Commit 2449ce13 by BellCodeEditor

save project

parent d1504bc7
Showing with 4 additions and 1 deletions
...@@ -14,10 +14,13 @@ while True: ...@@ -14,10 +14,13 @@ while True:
break break
elif name!=username: elif name!=username:
print("用户名不存在,滚") print("用户名不存在,滚")
print("不温馨提示:你还有"+str(i)+"次被诈骗机会")
else: else:
print("密码不对,滚") print("密码不对,滚")
print("不温馨提示:你还有"+str(i)+"次被诈骗机会")
else: else:
print("帐号已被锁定") print("帐号已被锁定,请带9999999999999999999999999999999999999999999999999999999999兆到银行,存到我司银行卡中,及可重来。(提示:这不是诈骗)")
exit() exit()
......
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