Commit 52c7dfe8 by BellCodeEditor

save project

parent 32c514b9
Showing with 0 additions and 1 deletions
...@@ -8,7 +8,6 @@ while True: ...@@ -8,7 +8,6 @@ while True:
i=i-1 i=i-1
if name == username and password == userpassword: if name == username and password == userpassword:
print("登录成功") print("登录成功")
break break
elif name != username: elif name != username:
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