[ create a new paste ] login | about

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

Python, pasted on Feb 9:
1
print(inputtext)


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


Create a new paste based on this one


Comments: