[ create a new paste ] login | about

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

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

add()


Output:
1
100


Create a new paste based on this one


Comments: