Commit 74d567d8 by BellCodeEditor

save project

parent 10dbada4
Showing with 0 additions and 3 deletions
...@@ -11,8 +11,6 @@ len=60 ...@@ -11,8 +11,6 @@ len=60
pen.penup() pen.penup()
pen.goto(-100,100) pen.goto(-100,100)
pen.pendown() pen.pendown()
pen.begin_fill()
pen.end_fill("red")
pen.pensize(5) pen.pensize(5)
pen.pencolor("pink") pen.pencolor("pink")
pen.left(45) pen.left(45)
...@@ -21,5 +19,4 @@ pen.circle(len,180) ...@@ -21,5 +19,4 @@ pen.circle(len,180)
pen.right(90) pen.right(90)
pen.circle(len,180) pen.circle(len,180)
pen.forward(2*len) pen.forward(2*len)
pen.end_fill()
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