Commit f7f516d4 by BellCodeEditor

save project

parent fe76ebe2
Showing with 3 additions and 0 deletions
...@@ -14,6 +14,8 @@ while True: ...@@ -14,6 +14,8 @@ while True:
continue continue
if b != userpassword: if b != userpassword:
print("密码错误") print("密码错误")
print("温馨提示,您还有"+str(i)+"次机会")
else: else:
print("您的账户已被锁定")
exit() exit()
print("欢迎来到贝尔编程") print("欢迎来到贝尔编程")
\ 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