Commit 7a20269b by BellCodeEditor

save project

parent fe34c41f
Showing with 6 additions and 1 deletions
......@@ -11,5 +11,9 @@ while True:
if a == username and b == userpassword:
print("登陆成功")
break
print("密码或账号错误")
if a != username:
print("用户名错误")
if b != userpassword:
print("错误")
break
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