Commit 06c053a8 by BellCodeEditor

save project

parent ae43fc3b
Showing with 4 additions and 2 deletions
...@@ -9,7 +9,9 @@ while True: ...@@ -9,7 +9,9 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("OK!!!") print("OK!!!")
break break
else: if name != username:
print("NO!!!") print("账号密码错误")
if password != userpassword:
print("密码错误")
print("!!!!!!!!!!OK!!!!!!!!!!!") print("!!!!!!!!!!OK!!!!!!!!!!!")
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