On Nov 19, 3:46 pm, windspy <[EMAIL PROTECTED]> wrote:
> use it like: x = math.sqrt (100) and math.sin(x)

alternatively import like this:

from math import sqrt, sin

... and use it like you have.

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to