[ create a new paste ] login | about

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

Python, pasted on Jun 27:
1
2
3
def f(n):
 return n*n
a=f(2)


Output:
No errors or program output.


Create a new paste based on this one


Comments: