Author
anonymous
almost 8 years ago
Python
CPython 3.6.2
$ python3 prog.py
Traceback (most recent call last): File "prog.py", line 1, in <module> a() NameError: name 'a' is not defined