Commit f55dccca by BellCodeEditor

save project

parent e5df5abb
Showing with 25 additions and 0 deletions
A="python"
B="123456"
while True:
A1=input("请输入账号")
B1=input("请输入密码")
if A1 ==A and B1 ==B:
print("登陆成功")
elif A1 != A:
print("账号错误")
else:
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