HI all, started to learn python for a uni course im doing, im already a seasoned programmer, i find python in comparision to be.. well, annoying and crappy 
Anyhow, im waiting for a few books I ordered to arrive, until then, im trying to use the math sqrt function on a float value, on running the program i get the error:
Traceback (innermost last):
File "sqrt.py", line 22, in ?
print sqrt(number)
NameError: sqrt
Now, do I have to somehow install a math module? If so how? Cheers,
Taz
Anyhow, im waiting for a few books I ordered to arrive, until then, im trying to use the math sqrt function on a float value, on running the program i get the error:
Traceback (innermost last):
File "sqrt.py", line 22, in ?
print sqrt(number)
NameError: sqrt
Now, do I have to somehow install a math module? If so how? Cheers,
Taz