Commit cbdce497 by BellCodeEditor

save project

parent fdab5801
Showing with 3 additions and 4 deletions
......@@ -9,9 +9,8 @@ while True:
if name == username and password == userpassword:
print("登陆成功")
break
if name != username:
elif name != username:
print("账号或密码错误,请重新登录")
continue
if password != userpassword:
elif password != userpassword:
print("cnm")
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