Commit 15165656 by BellCodeEditor

save project

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