Commit 12b9d065 by BellCodeEditor

auto save

parent 96e3b6bf
Showing with 2 additions and 2 deletions
......@@ -10,11 +10,11 @@ while True:
print("登录成功!")
break
if name != username:
print("账号错误,请重新登!")
print("账号错误,请重新登!")
print("温馨提示:您还有"+str(i)+"次登录机会")
continue
if password != userpassword:
print("密码错误,请重新登!")
print("密码错误,请重新登!")
print("温馨提示:您还有"+str(i)+"次登录机会")
else:
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