powershell

This commit is contained in:
dengrb1
2023-05-03 03:57:44 +00:00
committed by GitHub
parent b40d244ed5
commit ba52e468de

View File

@@ -4,7 +4,7 @@ from time import sleep
def run_cmd(): def run_cmd():
print("正在启动") print("正在启动")
sleep(0.5) sleep(0.5)
for i in range(3): for i in range(4):
os.system("start powershell") os.system("start powershell")
pass pass
pass pass