[ create a new paste ] login | about

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

Python, pasted on Jan 8:
1
2
3
4
def f(s):
  a = 1
  exec s
f("print a")


Output:
1
1


Create a new paste based on this one


Comments: