Commit 59cb8985 by BellCodeEditor

save project

parent 9cc2b4fd
Showing with 1 additions and 2 deletions
...@@ -8,8 +8,7 @@ wile True: ...@@ -8,8 +8,7 @@ wile True:
print("登陆成功") print("登陆成功")
break break
elif name != username: elif name != username:
print("用户名,重新输入") print("用户名,重新输入")
continue
elif passsword !=userpassword: elif passsword !=userpassword:
print("密码有误") print("密码有误")
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