Commit a5cf0f94 by BellCodeEditor

save project

parent d5ecbd40
Showing with 2 additions and 3 deletions
...@@ -12,11 +12,10 @@ while True: ...@@ -12,11 +12,10 @@ 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:
print("3次己到") print("3次己到")
......
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