9 lines
83 B
Python
Raw Normal View History

2023-02-22 19:26:37 +08:00
def test1():
def test2():
print('in test2')
test2()
test1()