Commit b10c3385 by BellCodeEditor

save project

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