Commit 499400d5 by BellCodeEditor

save project

parent 52cc01e1
Showing with 5 additions and 1 deletions
...@@ -6,5 +6,9 @@ while True: ...@@ -6,5 +6,9 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("登录成功!") print("登录成功!")
break break
print("nmsl!好好输!") if name != username:
print("nmsl!用户错了!")
if password != userpassword:
print("nmsl!密码错了!")
print("welcome to nmsl !") print("welcome to nmsl !")
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