def f(x): print(y) return x * 2 y = 3 z = f(4) print(z)