fork download
  1. from __future__ import print_function
  2. import sys
  3. print(sys.version)
Success #stdin #stdout 0.01s 7692KB
stdin
Standard input is empty
stdout
2.7.9 (default, Dec 12 2014, 06:07:10) 
[GCC 4.9.2]