Commit a5cf0f94 by BellCodeEditor

save project

parent d5ecbd40
Showing with 1 additions and 2 deletions
...@@ -12,10 +12,9 @@ while True: ...@@ -12,10 +12,9 @@ while True:
else: else:
if name !=username: if name !=username:
print("账号错") print("账号错")
print(str(i)+"次") continue
else: else:
print("密码错") print("密码错")
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