Commit a6e71825 by BellCodeEditor

auto save

parent 64850dd0
Showing with 15 additions and 0 deletions
username="python" username="python"
userword="123456" userword="123456"
while True:
a=input("请输入用户名:")
b=input("请输入密码:")
if a=="python"and b=="123456":
print("输入正确")
break
else:
if a!="python":
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