Commit acc9cb78 by BellCodeEditor

save project

parent 0f53b24e
Showing with 4 additions and 1 deletions
i = 5 i = 3
name = "123" name = "123"
yio = "555" yio = "555"
while True: while True:
...@@ -11,10 +11,13 @@ while True: ...@@ -11,10 +11,13 @@ while True:
break break
elif name != name1: elif name != name1:
print("账号错误") print("账号错误")
print("密码错误,还剩"+str(i)+"次数")
elif yio != yio1: elif yio != yio1:
print("密码错误,还剩"+str(i)+"次数")
print("账号错误") print("账号错误")
else: else:
print("账号密码错误") print("账号密码错误")
print("账号错误,还剩"+str(i)+"次数")
else: else:
print("111") print("111")
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