Commit 2194ebf0 by BellCodeEditor

save project

parent 28d449ce
Showing with 3 additions and 3 deletions
...@@ -20,9 +20,9 @@ while True: ...@@ -20,9 +20,9 @@ while True:
if b != userpassword: if b != userpassword:
print("密码错误") print("密码错误")
print("还剩"+str(i)+"次") print("还剩"+str(i)+"次")
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