Commit 0cd556ae by BellCodeEditor

save project

parent c0a579c3
Showing with 18 additions and 0 deletions
a="python"
b="123456abc"
while True:
a1=input("请输入帐号:")
b1=input("请输入密码")
if a==a1 and b==b1:
print("输入正确!欢迎来到贝尔编程!")
break
if a!=a1:
print("用户名不存在!请重新输入!")
if b!=b1:
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