Commit 70a2f904 by BellCodeEditor

save project

parent 0a8b22e4
Showing with 17 additions and 10 deletions
name="zhy" name="zhy"
mima="1234567" mima="1234567"
i=3
while True: while True:
name1=input("name?") if i>0:
mima1=input("mima?") name1=input("name?")
if name1==name and mima1==mima: mima1=input("mima?")
print("成功") if name1==name and mima1==mima:
break print("成功")
elif name1!=name: break
print("你不知道你叫什么名吗?") elif name1!=name:
print("你不知道你叫什么名吗?")
elif mima1!=mima: i-=1
print("给爷重输") elif mima1!=mima:
print("给爷重输")
i-=1
else:
print("滚")
exit()
print("welcome") print("welcome")
\ No newline at end of file
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