Commit 812d13f0 by BellCodeEditor

save project

parent 4e2884a6
Showing with 1 additions and 1 deletions
...@@ -16,7 +16,7 @@ while True: ...@@ -16,7 +16,7 @@ while True:
continue continue
if password != userpassword: if password != 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