Keyboard shortcut for a python script that calls many other python scripts

前端 未结 0 1014
旧巷少年郎
旧巷少年郎 2021-01-29 06:30

Suppose I have a python script run_a_billion_experimets.py that looks like

for i in (10000000):
    os.system(\'python run_one_experiment.py\')


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题