Commit b111426e by BellCodeEditor

save project

parent 8ea464e6
Showing with 1 additions and 0 deletions
...@@ -8,6 +8,7 @@ while True: ...@@ -8,6 +8,7 @@ while True:
break break
if not name != username: if not name != username:
print("鬼,名字错了,重输!") print("鬼,名字错了,重输!")
continue
if not password != userpassword: if not password != userpassword:
print("鬼,密码错了,重输!") print("鬼,密码错了,重输!")
if name != username and password != userpassword: if name != username and password != userpassword:
......
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