Commit 39d02ac2 by BellCodeEditor

save project

parent c3f34653
Showing with 4 additions and 4 deletions
......@@ -6,9 +6,8 @@ while True:
if a==aa and b==bb:
print("登陆成功")
break
if a!==aa
elif a!=aa
print("用户名错误")
continue
if b!==bb:
print("密码错误")
else:
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