On Saturday 02 July 2005 10:55, Nathan Pinno wrote: > Brief question for anyone who knows the answer, because I don't. Is > there anyway to make Python calculate square roots?
from math import sqrt -- http://mail.python.org/mailman/listinfo/python-list