Commit 1782985c by BellCodeEditor

save project

parent c61ef1b6
Showing with 3 additions and 0 deletions
......@@ -10,6 +10,8 @@ screen.bgcolor("pink")
pen.goto(0,0)
pen.pendown()
pen.pencolor("red")
pen.color("red")
pen.begin_fill()
pen.pensize(5)
pen.left(45)
pen.forward(100)
......@@ -17,4 +19,5 @@ pen.circle(50,180)
pen.right(90)
pen.circle(50,180)
pen.forward(100)
pen.fillcolor()
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