Commit 683b837b by BellCodeEditor

save project

parent df21b672
Showing with 9 additions and 1 deletions
...@@ -10,7 +10,15 @@ while True: ...@@ -10,7 +10,15 @@ while True:
i=3 i=3
print("请重新输入") print("请重新输入")
print("欢迎来到贝尔编程") print("欢迎来到贝尔编程")
exit() if name != username:
print("你的账号已锁定,请带身份证到我司解锁")
print("温馨提示:你还有"+str(i)"次登录机会")
continue
if password != userpassword:
print("密码输入错误,请重新输入")
print("温馨提示:你还有"+str(i)"次输入机会")
else:
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