Commit 499400d5 by BellCodeEditor

save project

parent 52cc01e1
Showing with 6 additions and 3 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("welcome to nmsl !") print("nmsl!用户错了!")
\ No newline at end of file if password != userpassword:
print("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