import os if not os.path.exists('ok.txt'):
     os.system(" python my.py")
     print('开始执行')
 print('执行成功')