[ create a new paste ] login | about

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

Python, pasted on Mar 22:
1
print you


Output:
1
2
3
4
Traceback (most recent call last):
  Line 1, in <module>
    print you
NameError: name 'you' is not defined


Create a new paste based on this one


Comments: