Commit 6ee08899 by BellCodeEditor

save project

parent 7d41f2fe
Showing with 5 additions and 1 deletions
......@@ -8,5 +8,8 @@ while True:
if username == name and userpassword == password:
print("登陆成功")
break
print("密码错误")
if username != name:
print("用户姓名错误")
if userpassword != password:
print("密码错误")
print("欢迎来到贝尔编程")
\ No newline at end of file
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