summaryrefslogtreecommitdiff
path: root/test/1a.py
blob: 69b3dc50d4652562b2ea94b0722b420713b4fe17 (plain)
1
2
3
4
5
6
7
8
x = 2 
y = z

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

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