Commit 2028edbe by BellCodeEditor

save project

parent ab361e2e
Showing with 2 additions and 1 deletions
...@@ -7,4 +7,5 @@ while True: ...@@ -7,4 +7,5 @@ while True:
if username==name and userpassword==password: if username==name and userpassword==password:
print("登陆成功") print("登陆成功")
break break
if name != username:
print("用户名不存在")
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