Commit 11896672 by BellCodeEditor

save project

parent 9a73aa2a
Showing with 2 additions and 0 deletions
...@@ -10,6 +10,8 @@ while True: ...@@ -10,6 +10,8 @@ while True:
print("登录成功!") print("登录成功!")
if name!=username: if name!=username:
print("账户错误") print("账户错误")
print("还剩"+str(i)+"次")
continue continue
if password!=userpassword: if password!=userpassword:
print("密码错误") print("密码错误")
......
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