Commit f0cc5d6b by BellCodeEditor

save project

parent 84885f0c
Showing with 5 additions and 2 deletions
......@@ -4,9 +4,12 @@ while True:
a=input("请输入用户账号")
b=input("请输入密码")
if username==a and userpassword==b:
print("登陆成功")
print("登陆成功")us
break
print("用户或密码错误")
if username!=a:
print("用户名错误")
if userpassword!=b:
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