blob: d8a11e00ef99cda5106230a6165fc69188e373e6 [file] [log] [blame]
def bar(a_new):
print(a_new)
def foo(a):
bar(a)