Commit 69929241 by BellCodeEditor

save project

parent 262f1701
Showing with 5 additions and 4 deletions
...@@ -7,10 +7,11 @@ while True: ...@@ -7,10 +7,11 @@ while True:
print("登录成功") print("登录成功")
break break
print("登录失败")# 如果用户输入的账号、密码正确,提示登陆成功 print("登录失败")# 如果用户输入的账号、密码正确,提示登陆成功
print("欢迎来到贝尔编程") continue
if username != "fgh":
print("账号名不存在,")
if userpassword == "565656":
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