Commit 78b83caf by BellCodeEditor

save project

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