Commit 55fe2aaa by BellCodeEditor

save project

parent 977f01da
Showing with 4 additions and 1 deletions
......@@ -9,5 +9,8 @@ while Ture:
if name==username and passwoud==userpassword:
print("登陆成功!")
break
print("账号有误")
if name =username:
print("用户命有误")
if passwoud !=userpassword:
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