Commit 9d02be48 by BellCodeEditor

save project

parent 6d9674f6
Showing with 8 additions and 2 deletions
username="python" username="python"
userpassword="123456" userpassword="123456"
name=imput() while True:
password=imput() name=input("请输入你的名字")
password=input("请输入你的密码")
if name == username and password == userpassword:
print("登录成功")
break
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