Commit 0dfb032f by BellCodeEditor

save project

parent 09fcb224
Showing with 2 additions and 2 deletions
...@@ -8,9 +8,9 @@ while True: ...@@ -8,9 +8,9 @@ while True:
break break
if i !=username: if i !=username:
print("用户不存在") print("用户不存在")
continue break
if p !=userpassword: if p !=userpassword:
print("密码输入有误") print("密码输入有误")
continue break
# 如果用户输入的账号、密码正确,提示登陆成功 # 如果用户输入的账号、密码正确,提示登陆成功
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