x = 2 y = z def f(x, y): return x + y print(f(5, 3) + x + y)