Commit f0d527d5 by BellCodeEditor

save project

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