Commit 217af52e by BellCodeEditor

save project

parent 3714511a
Showing with 4 additions and 4 deletions
...@@ -11,10 +11,10 @@ penl.pensize(5) ...@@ -11,10 +11,10 @@ penl.pensize(5)
len=screen.textinput("提示","我是不是your dad???") len=screen.textinput("提示","我是不是your dad???")
lovesize=int(len) lovesize=int(len)
penl.left(45) penl.left(45)
penl.forward(2*len) penl.forward(2*lovesize)
penl.circle(len,180) penl.circle(lovesize,180)
penl.right(90) penl.right(90)
penl.circle(50,180) penl.circle(50lovesize,180)
penl.forward(2*len) penl.forward(2*lovesize)
pen.hideturtle() pen.hideturtle()
turtle.done() turtle.done()
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