8 lines
108 B
Python
8 lines
108 B
Python
import time
|
|
|
|
|
|
if __name__ == '__main__':
|
|
|
|
print('第一个脚本启动')
|
|
# time.sleep(10*60)
|