Commit b939873e by BellCodeEditor

save project

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