import subprocess # 启动另一个Python脚本 subprocess.run(['python', 'Test.py']) print("aaaa")