language: Python (python 2.7.3)
date: 569 days 13 hours ago
link:
visibility: public
1
2
3
4
5
x = 42
def f():
    x = x
f()