Commit 25299599 by BellCodeEditor

save project

parent 1b1b8a7f
Showing with 2 additions and 1 deletions
...@@ -6,7 +6,8 @@ while True ...@@ -6,7 +6,8 @@ while True
if name == username and password == userpassword: if name == username and password == userpassword:
input("欢迎回来") input("欢迎回来")
if name !== username: if name !== username:
input("账号不对") input("账号不对")
continue
password != userpassword: password != userpassword:
input("密码不对") input("密码不对")
......
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