Commit bb8db3d5 by BellCodeEditor

save project

parent c9b990c6
Showing with 4 additions and 1 deletions
......@@ -6,5 +6,8 @@ while True:
if a==username and b==userpassword:# 如果用户输入的账号、密码正确,提示登陆成功
print("登陆成功")
break
print("用户名和密码输入错误,请重新输入")
if username != a:
print("密码错误")
if userpassword != b:
print("用户名错误")
print("欢迎来到bell编程")
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