Commit f3538427 by BellCodeEditor

save project

parent 07c4fb84
Showing with 9 additions and 21 deletions
name="zhy" import turtle
mima="1234567" pen=turtle.Pen()
i=3 distance=1
while True: for i in range(300):
if i>0: pen.forward(distance)
name1=input("name?") pen.right(91)
mima1=input("mima?") distance+=1
if name1==name and mima1==mima: pen.hideturtle()
print("成功") turtle.done
break
elif name1!=name:
print("你不知道你叫什么名吗?")
i-=1
elif mima1!=mima:
print("给爷重输")
i-=1
else:
print("滚")
exit()
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