Commit 73f18273 by BellCodeEditor

save project

parent 6b470240
Showing with 3 additions and 2 deletions
......@@ -6,9 +6,10 @@ while True:
if name == username and password == userpassword:
print("登录成功!")
break
if name != username and password == userpassword:
if name != username :
print("屮,你个憨皮把用户名写错了!")
if name == username and password != userpassword:
continue
if password != userpassword:
print("屮,你个憨皮把用户密码写错了!")
if name != username and password != userpassword:
print("屮,你个憨皮啥tm都写错了!")
......
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