fork(1) download
  1. import sys
  2. print(sys.version)
  3. print(str(1.4*1.5))
  4. print(repr(1.4*1.5))
  5.  
Success #stdin #stdout 0.1s 10088KB
stdin
Standard input is empty
stdout
3.2.3 (default, Sep 10 2012, 12:58:42) 
[GCC 4.7.1]
2.0999999999999996
2.0999999999999996