Commit 345d1f58 by BellCodeEditor

auto save

parent 188e5740
Showing with 1 additions and 0 deletions
...@@ -15,6 +15,7 @@ while True: ...@@ -15,6 +15,7 @@ while True:
if password!=userpassword: if password!=userpassword:
print("密码错误") print("密码错误")
continue continue
print("您还剩"+str(i)+"次机会")
else: else:
......
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