[ create a new paste ] login | about

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

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


Output:
No errors or program output.


Create a new paste based on this one


Comments: