Commit 3fe7f5d3 by BellCodeEditor

save project

parent e9dbec7b
Showing with 2 additions and 2 deletions
username = "python"
userpassword = "123456"
while True:
name =input("")
password=input("")
name =input("请输入密码)
password=input("请输入用户名")
if username==name and password==userpassword:
print("密码")
break
......
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