start many programs
1
2
3
4
|
execfile ( 'C:/Dokumente und Einstellungen/schnei17/Desktop/python/zeit/1.py' )
print 1
execfile ( 'C:/Dokumente und Einstellungen/schnei17/Desktop/python/zeit/2.py' )
print 2
|
以上这篇python 同时运行多个程序的实例就是小编分享给大家的全部内容了,希望能给大家一个参考,也希望大家多多支持服务器之家。
原文链接:https://blog.csdn.net/KongJingRou/article/details/80694976