Commit 78b83caf by BellCodeEditor

save project

parent 5ce477fc
Showing with 3 additions and 3 deletions
...@@ -11,9 +11,9 @@ while True: ...@@ -11,9 +11,9 @@ while True:
print("登陆成功") print("登陆成功")
break break
print("欢迎来到玛酷") print("欢迎来到玛酷")
if a != username: elif a != username:
print("用户名错误") print("用户名错误")
continue continue
if b != userpassword: else:
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