Commit 48a2beb4 by BellCodeEditor

auto save

parent d22e46b5
Showing with 3 additions and 5 deletions
...@@ -6,12 +6,10 @@ while True: ...@@ -6,12 +6,10 @@ while True:
if a=="python"and b=="123456": if a=="python"and b=="123456":
print("输入正确") print("输入正确")
break break
elif a!="python"and b=="123456":
print("用户名错误")
else: else:
if a!="python": print("密码错误")
print("用户名错误")
continue
else:
print("密码错误")
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