Commit 9b114f41 by BellCodeEditor

save project

parent 6bb2d0f3
Showing with 9 additions and 2 deletions
......@@ -4,6 +4,12 @@ screen.bgcolor("pink")
len=screen.textinput("标题"," ")
lovesize=int(len)
pen=turtle.Pen()
pen.turtle.Pen()
pen.left()
pen.left(45)
pen.forward(lovesize)
pen.circle(lovesize,180)
pen.right(90)
pen.circle(lovesize,180)
pen.forward(lovesize)
pen.hideturtle()
turtle.done()
\ 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