Commit 6f8ade98 by BellCodeEditor

save project

parent 215cfdab
Showing with 11 additions and 7 deletions
aa="SB" aa="SB"
bb="123456" bb="123456"
i=3
while True: if i>0:
a=input("名称") a=input("名称")
b=input("密码") b=input("密码")
if a==aa and b==bb: if a==aa and b==bb:
break print("阿对对对")
elif not a==aa : if not a==aa :
print("账号错!") print("账号错!")
else: i=i=1
continue
if not b==bb :
print("密码错!") print("密码错!")
i=i-1
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