Commit 943f4021 by BellCodeEditor

save project

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