Commit d7d9a4b9 by BellCodeEditor

save project

parent 2ad2672e
Showing with 4 additions and 3 deletions
...@@ -6,9 +6,9 @@ while True: ...@@ -6,9 +6,9 @@ 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