Commit 36c7f5b3 by BellCodeEditor

save project

parent dfd4e2f2
Showing with 816 additions and 0 deletions
username = "pythen"
userpassword = "123456"
while True:
input_name = input("输入账号:")
input_password = input("输入密码:")
if input_name == username and input_password ==userpassword:
print("登陆成功")
else:
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