Commit 06c053a8 by BellCodeEditor

save project

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