Commit 943f4021 by BellCodeEditor

save project

parent 605a3107
Showing with 7 additions and 7 deletions
aa="SB"
bb="123456"
while True:
a=input("名称")
b=input("密码")
a=input("名称")
b=input("密码")
if a==aa and b==bb:
print("阿对对对")
else:
if a==aa and b==bb:
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