Commit 7ffaabdf by BellCodeEditor

save project

parent 370cf254
Showing with 12 additions and 0 deletions
name = "sb"
password = "1"
while True:
name1 = input("请输入账号:")
password1 = input("请输入密码")
if name == usname and userpassword == userpassword1:
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