Share Pastebin
Guest
Public paste!

Untitled

By: a guest | Mar 16th, 2010 | Syntax: Python | Size: 0.25 KB | Hits: 58 | Expires: Never
Copy text to clipboard
  1. $ python -c 'print 48.0-4.60'
  2. 43.4
  3.  
  4. $ python
  5. Python 2.5.2 (r252:60911, Jan 20 2010, 21:48:48)
  6. [GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)] on linux2
  7. Type "help", "copyright", "credits" or "license" for more information.
  8. >>> 48.0-4.60
  9. 43.399999999999999