Commit c3109e87 by BellCodeEditor

save project

parent 3f457e39
Showing with 5 additions and 5 deletions
username = "python"
userpassword = "123456"
while True:
name = input("输帐号:")
password = input("输密码:")
name = input("帐号:")
password = input("密码:")
if name == username and password == username:
name = input("输帐号:")
password = input("输密码:")
name = input("帐号:")
password = input("密码:")
if name == username and password == username:
print("登录成功!")
break
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