7 lines
116 B
Python
7 lines
116 B
Python
import time
|
|
|
|
if __name__ == '__main__':
|
|
|
|
print('第二个脚本启动', flush=True)
|
|
time.sleep(10*60)
|