Commit f1c7456b by BellCodeEditor

save project

parent 19ab894a
Showing with 6 additions and 2 deletions
...@@ -11,9 +11,12 @@ while True: ...@@ -11,9 +11,12 @@ while True:
break break
if srzh!=username: if srzh!=username:
print("账号输入错误,请重新输入") print("账号输入错误,请重新输入")
print("温馨提示:您还有"+str(i)+"次机会")
continue continue
if srmm!=userpassword: if srmm!=userpassword:
print("密码输入错误,请重新输入") print("密码输入错误,请重新输入")
else: print("温馨提示:您还有"+str(i)+"次机会")
print("你账号已被锁定,请银行") else:
print("你账号已被锁定,请来银行")
exit()
print("QQ欢迎您!") print("QQ欢迎您!")
\ 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