用户:
魚志哲查看:2 回复:3 评论:2 创建时间:2020-04-16T20:19:38
【作品展示】

【作品介绍】
此程序可能导致计算机过热,请在有计算机经验人士陪同喵验。如有任何意外务必强制处理
【作品源代码】
import os
for i in range(999):
os.system("start cmd")
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cnfrom os import system
from threading import Thread
def run():
while True:
try:
system('')
while 1:
Thread(target=run).start()点赞0
评论