Commit a447b824 by BellCodeEditor

auto save

parent ab92365e
Showing with 1 additions and 1 deletions
...@@ -10,7 +10,7 @@ while True: ...@@ -10,7 +10,7 @@ while True:
if neme==username and userpassword==a : if neme==username and userpassword==a :
print("登陆成功") print("登陆成功")
break break
else: if neme !=username or userpassword!=a:
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