Commit f0d527d5 by BellCodeEditor

save project

parent 0cf44ece
Showing with 3 additions and 0 deletions
...@@ -11,11 +11,14 @@ while True: ...@@ -11,11 +11,14 @@ while True:
break break
if name != username : if name != username :
print("屮,你个憨皮把用户名写错了!") print("屮,你个憨皮把用户名写错了!")
print(str(i)+"次")
continue continue
if password != userpassword: if password != userpassword:
print("屮,你个憨皮把用户密码写错了!") print("屮,你个憨皮把用户密码写错了!")
print(str(i)+"次")
if name != username and password != userpassword: if name != username and password != userpassword:
print("屮,你个憨皮啥tm都写错了!") print("屮,你个憨皮啥tm都写错了!")
print(str(i)+"次")
else: else:
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