Commit a52c6e8f by BellCodeEditor

save project

parent 31867360
Showing with 2 additions and 1 deletions
...@@ -11,8 +11,9 @@ while True: ...@@ -11,8 +11,9 @@ while True:
break break
print("用户名错误!请重新输入") print("用户名错误!请重新输入")
if name != username: if name != username:
continue
print("账号输错") print("账号输错")
print("提示您:还有"+str(i)+"次机会")
continue
if password != userpassword: if password != userpassword:
continue continue
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