[ create a new paste ] login | about

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

Python, pasted on Jan 28:
1
Print ('hello')


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


Create a new paste based on this one


Comments: