Commit c3657061 by BellCodeEditor

save project

parent 8cc0f72d
Showing with 0 additions and 1 deletions
...@@ -11,7 +11,6 @@ while True: ...@@ -11,7 +11,6 @@ while True:
break break
elif name != username: elif name != username:
print("用户名不存在!,请从新输入!") print("用户名不存在!,请从新输入!")
print("您的帐户还剩"+str(i)+"次,解锁机会")
else: else:
print("你的账号已被锁定!请带身份证来我司解锁!") print("你的账号已被锁定!请带身份证来我司解锁!")
exit() 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