Commit bf300858 by BellCodeEditor

save project

parent ed2dff48
Showing with 3 additions and 3 deletions
...@@ -11,9 +11,9 @@ while True: ...@@ -11,9 +11,9 @@ while True:
print("登录成功") print("登录成功")
break break
if name!=username: elif name!=username:
print("用户不存在,请重新输入") print("用户不存在,请重新输入")
continue
if password!=userpassword: else password!=userpassword:
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