Commit 943f4021 by BellCodeEditor

save project

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