Python 同时运行多个脚本

import os

a.py为运行的文件名
os.system("python a.py")
os.system("python b.py")