1 def foo(test): 2 def foo1() 3 print("hello word!") 4 print(test = test+1) 5 return foo1 6 7 f1 = foo()