[ create a new paste ] login | about

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

Python, pasted on Dec 6:
1
2
3
4
a=5
b=6
c=a+b
Print (c)


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


Create a new paste based on this one


Comments: