Commit 366fd2d6 by BellCodeEditor

auto save

parent e456cfba
Showing with 14 additions and 0 deletions
username = "python"
Userpassword = "123456"
while True:
name = input("请输录用户名:")
password = input("请输录吗密码")
if name == username and password == Userpassword:
print("登录成功!")
break
if name ! = username:
prent("用户名和密码错吴!请重新输录!")
continue
if password ! = username:
prent("用户名和密码错吴!请重新输录!")
prent("欢迎来到呗尔编程!")
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