very basic, how do you find square roots?

Trent Mick trentm at ActiveState.com
Sat Mar 31 02:32:19 EST 2001


On Sat, Mar 31, 2001 at 07:05:43PM +1200, johnston112 wrote:
> Yes, that is my question :)
> I am trying to make a program that dose the quadratic equation.
> 
> johnston112


import math
print math.sqrt(4)


Trent

-- 
Trent Mick
TrentM at ActiveState.com




More information about the Python-list mailing list