Commit 0ebd4b44 by BellCodeEditor

save project

parent a5813302
Showing with 4 additions and 0 deletions
...@@ -6,6 +6,8 @@ import turtle ...@@ -6,6 +6,8 @@ import turtle
# turtle.done() # turtle.done()
pen12.pensize(7) pen12.pensize(7)
pen12.pencolor("pink") pen12.pencolor("pink")
pen12.fillcolor("pink")
pen12.begin_fill()
pen12.left(45) pen12.left(45)
pen12.forward(100) pen12.forward(100)
pen12.circle(100,180) pen12.circle(100,180)
...@@ -13,5 +15,7 @@ pen12.right(90) ...@@ -13,5 +15,7 @@ pen12.right(90)
pen12.circle(100,180) pen12.circle(100,180)
pen12.forward(100) pen12.forward(100)
pen12.fillcolor("pink") pen12.fillcolor("pink")
pen12.begin_fill()
pen12.end_fill()
pen12.hideturtle() pen12.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