import sysprint(sys.version)print(str(1.4*1.5))print(repr(1.4*1.5))
Standard input is empty
3.2.3 (default, Sep 10 2012, 12:58:42) [GCC 4.7.1] 2.0999999999999996 2.0999999999999996
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!