Commit cbdce497 by BellCodeEditor

save project

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