def func1(): print('func1()正在被调用') def func2(): print('func2()正在被调用') func2() return 5 print(func1())
人生在与折腾、在于学习、在于进步