fork download
  1. import sys
  2. x = str(sys.version)
  3. print(x)
Success #stdin #stdout 0.01s 7852KB
stdin
Standard input is empty
stdout
2.7.3 (default, Jan  2 2013, 16:53:07) 
[GCC 4.7.2]