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