Commit 73aadff2 by BellCodeEditor

save project

parent e5397aa5
Showing with 2 additions and 0 deletions
...@@ -11,10 +11,12 @@ while True: ...@@ -11,10 +11,12 @@ while True:
if a!=c: if a!=c:
print("账号错误") print("账号错误")
e-=1 e-=1
print("还有",e,"次")
elif a==c: elif a==c:
if b!=d: if b!=d:
print("密码错误") print("密码错误")
e-=1 e-=1
print("还有",e,"次")
if e==0: if e==0:
print("你个**,滚") print("你个**,滚")
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