2023-02-22 19:26:37 +08:00

9 lines
83 B
Python

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