Commit 90044692 by BellCodeEditor

save project

parent 6e2ff047
Showing with 2 additions and 2 deletions
......@@ -12,10 +12,10 @@ while True:
print("登录成功")
break
if name != username:
print("您的账号输入错误")
print("您的账号输入错误,"+"还有几次机会"+str(i))
continue
if password != userpassword:
print("您的密码输入错误")
print("您的密码输入错误"+"还有几次机会"+str(i))
else:
print("你的账号锁定了,去蹲牢吧")
exit()
......
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