Commit 6e082e37 by BellCodeEditor

save project

parent f03da384
Showing with 2 additions and 2 deletions
...@@ -7,11 +7,11 @@ pen.pensize(10) ...@@ -7,11 +7,11 @@ pen.pensize(10)
pen.fillcolor("red") pen.fillcolor("red")
pen.begin_fill() pen.begin_fill()
pen.pencolor("red") pen.pencolor("red")
pen.forward(200) pen.forward(100)
pen.circle(50,180) pen.circle(50,180)
pen.right(90) pen.right(90)
pen.circle(50,180) pen.circle(50,180)
pen.forward(200) pen.forward(100)
pen.end_fill() pen.end_fill()
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