Commit 50a8fd55 by BellCodeEditor

save project

parent 286aab70
Showing with 2 additions and 2 deletions
...@@ -5,8 +5,8 @@ while True: ...@@ -5,8 +5,8 @@ while True:
name = input("请输入用户名:") name = input("请输入用户名:")
password = input("请输入密码:") password = input("请输入密码:")
i=i-1 i=i-1
print("温馨提示:您还剩"+str(i)+"次登录机会!") print("温馨提示,您还剩"+str(i)+"次登陆机会")
if i==0: if i==0 and (name!=username or password!=userpassword):
print(" 你的账户已被锁定,请带身份证来我司解锁") print(" 你的账户已被锁定,请带身份证来我司解锁")
break break
if name == username and password == userpassword: if name == username and password == userpassword:
......
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