Commit b10c3385 by BellCodeEditor

save project

parent ae926007
Showing with 1 additions and 1 deletions
...@@ -6,7 +6,7 @@ while True: ...@@ -6,7 +6,7 @@ while True:
if name == username and password == userpassword: if name == username and password == userpassword:
print("成功") print("成功")
break break
if name!=userpassword if name!=username:
print("错误 ") print("错误 ")
if password!= userpassword: if password!= userpassword:
print("错误") 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