CelestiaLegends
03-06-2003, 04:46 PM
I've been trying over and over in diffrent combinations, from defining a function to printing just the results but nothing seems to work...
form math import sqrt
return sqrt(aasdf)
TypeError: bad argument type for built-in operation
does anyone now how to get the square root operation to work?
form math import sqrt
return sqrt(aasdf)
TypeError: bad argument type for built-in operation
does anyone now how to get the square root operation to work?