Commit 17489913 by BellCodeEditor

save project

parent 9db7cde3
Showing with 11 additions and 0 deletions
......@@ -9,3 +9,13 @@ while True:
print("用户名和密码错误!请重新输入")
continuw
print("欢迎来到贝尔编程!")
if nmae ==username and passsword==userpassword:
print("用户名和密码错误!请重新输入")
print("温馨提示:您还有"+str(I)+"次登陆机会")
continue
if password!=userpassword:
print("密码错误,请重新输入!")
print(("温馨提示:您还有"+str(I)+"次登陆机会")
else:
print("你的帐户已被锁定,请带身份证来解锁")
exit()
\ No newline at end of file
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