Commit 76b8cf0b by BellCodeEditor

save project

parent 6523f7e9
Showing with 1 additions and 1 deletions
...@@ -17,7 +17,7 @@ while True: ...@@ -17,7 +17,7 @@ while True:
print("密码错误") print("密码错误")
print("您还有"+str(i)+"次登录机会") print("您还有"+str(i)+"次登录机会")
else: else:
print("已上锁") print("你的账户已被锁定,请带身份证来我司解锁")
exit() exit()
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