summaryrefslogtreecommitdiff
path: root/progs/test2.py
blob: 9c1318d8b79fb69fe3976610b785be905dc487be (plain)
1
2
3
4
5
6
x = 2 ; y = 3

def f(x, y):
    return x+y

print(f(5,3,1)+ x + y)