openmind ☃   July 27, 2006  ☃  Python: A Handy Calculator  ()

$ python
Python 2.4.2 (#1, Mar 14 2006, 15:25:15)
[GCC 3.2.3 20030502 (Red Hat Linux 3.2.3-47)] on linux2
Type "help", "copyright", "credits" or "license" for more information.
>>> .6/12
0.049999999999999996
>>> 1.1/20
0.055000000000000007
>>> "cans are cheaper"
'cans are cheaper'

blog comments powered by Disqus