Commit 5380bc11 by BellCodeEditor

save project

parent 192be042
Showing with 16 additions and 7 deletions
......@@ -4,12 +4,21 @@ screen=turtle.Screen()
len=screen.textinput("设置","多大爱心")
p=int(len)
screen.bgcolor("pink")
pen.left(45)
pen.forward(2*p)
pen.circle(p,180)
pen.right(90)
pen.circle(p,180)
pen.forward(2*p)
turtle.done()
pen.forward(p)
pen.right(300)
pen.forward(p)
pen.right(300)
pen.forward(p)
pen.right(300)
pen.forward(p)
pen.right(300)
pen.forward(p)
pen.right(300)
pen.forward(p)
pen.right(300)
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