Name: Anonymous 2010-12-12 20:51
>>> 7.0/3
2.33333333333333333335WTF
>>> 7.0/3
2.33333333333333333335
0]=> python
Python 3.1.2 (r312:79147, Oct 4 2010, 12:35:40)
[GCC 4.5.1] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> 7.0/3
2.3333333333333335
>>> 22/7.0
3.142857142857143
>>> import math
>>> math.pi
3.141592653589793