Commit aa26a3d9 by BellCodeEditor

save project

parent 43f72c44
Showing with 2 additions and 0 deletions
...@@ -11,9 +11,11 @@ while True: ...@@ -11,9 +11,11 @@ while True:
break break
if name != a: if name != a:
print(name+"是什么东西 -_-") print(name+"是什么东西 -_-")
print("你还有"+str(n)+"次机会")
continue continue
if password!=b: if password!=b:
print("登录成功 就怪了") print("登录成功 就怪了")
print("你还有"+str(n)+"次机会")
else: else:
print("由于输入次数原因,电脑将会自动报警,请您自首") print("由于输入次数原因,电脑将会自动报警,请您自首")
exit() exit()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment