@ -0,0 +1,8 @@
def my_func():
a = 10
print("a:{}".format(a))
print("b:{}".format(b))
b = 20
my_func()