Commit b8e20643 by BellCodeEditor

save project

parent 85a226ad
Showing with 4 additions and 0 deletions
...@@ -6,6 +6,8 @@ turtle.goto(-100,100) ...@@ -6,6 +6,8 @@ turtle.goto(-100,100)
turtle.pendown() turtle.pendown()
turtle.bgcolor("light blue") turtle.bgcolor("light blue")
turtle.pencolor("red") turtle.pencolor("red")
turtle.begin_fill()
turtle.fillcolor("red")
turtle.pensize(5) turtle.pensize(5)
turtle.left(45) turtle.left(45)
turtle.forward(100) turtle.forward(100)
...@@ -13,4 +15,6 @@ turtle.circle(50,180) ...@@ -13,4 +15,6 @@ turtle.circle(50,180)
turtle.right(90) turtle.right(90)
turtle.circle(50,180) turtle.circle(50,180)
turtle.forward(100) turtle.forward(100)
turtle.end_fill()
turtle.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