Commit 80b809d6 by BellCodeEditor

save project

parent e939a567
Showing with 5 additions and 6 deletions
username = "python"
usernames = "123456"
A=input("请输入账号")
b=input("请输入密码")
while True:
A=input("请输入账号")
b=input("请输入密码")
if username ==A and usernames==b:
print("登陆成功")
break
print("欢迎来到贝尔编程")
break
else:
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