[ create a new paste ] login | about

Link: http://codepad.org/BJUVUhqi    [ raw code | output | fork ]

aaronla - Python, pasted on Feb 19:
1
2
3
4
import sys
print (sys.version) 
[x for x in [1]]
print x


Output:
1
2
3
2.5.1 (r251:54863, May  4 2007, 16:52:23) 
[GCC 4.1.2]
1


Create a new paste based on this one


Comments: