I tried the following
>>> 22/7.0
3.1428571428571428
>>> import math
>>> math.pi
3.1415926535897931
>>>


Why is the difference is so much ?is pi =22/7 or something ?
-- 
winning regards
kracekumar
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to