[ create a new paste ] login | about

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

Python, pasted on Aug 22:
1
2
3
a = 3
b = 4
print(a+b)


Output:
1
7


Create a new paste based on this one


Comments: