2023-07-06 23:09:49 +08:00

9 lines
83 B
Python

def test1():
def test2():
print('in test2')
test2()
test1()