Commit 39d02ac2 by BellCodeEditor

save project

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