Commit fba3b748 by BellCodeEditor

save project

parent 3b7365b3
Showing with 2 additions and 1 deletions
i=1
i=3
username = "银行"
userpassword = "192171"
while True:
......@@ -11,6 +11,7 @@ while True:
break
if name!=username or password!=userpassword:
print("密码或账户错误")
print("温馨提示:您还剩"+str(i)+"机会")
else:
print("银行卡里的10000000000元已冻结,请来银行解冻")
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