Commit 48a2beb4 by BellCodeEditor

auto save

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