blob: b8cd0525969d33658f7f9321eaa003ce8ee0be52 [file] [log] [blame]
def foo(a_new, b_new):
print(a_new + b_new * 123)
def f():
a = 1
b = 1
foo(a, b)