[ create a new paste ] login | about

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

Python, pasted on May 26:
1
2
3
4
def add(num = 1):
    print(num + 99)

add(7)


Output:
1
106


Create a new paste based on this one


Comments: