Commit de37f01c by BellCodeEditor

save project

parent 6fdfe07d
Showing with 52 additions and 2 deletions
...@@ -19,11 +19,61 @@ pen.right(90) ...@@ -19,11 +19,61 @@ pen.right(90)
pen.circle(100,180) pen.circle(100,180)
pen.forward(200) pen.forward(200)
pen.left(90)
pen.pendown()
pen.pensize(5)
pen.pencolor('red')
pen.fillcolor('red')
pen.begin_fill()
pen.left(45)
pen.forward(200)
pen.circle(100,180)
pen.right(90)
pen.circle(100,180)
pen.forward(200)
pen.left(90)
pen.pendown()
pen.pensize(5)
pen.pencolor('red')
pen.fillcolor('red')
pen.begin_fill()
pen.left(45)
pen.forward(200)
pen.circle(100,180)
pen.right(90)
pen.circle(100,180)
pen.forward(200)
pen.left(90)
pen.pendown()
pen.pensize(5)
pen.pencolor('red')
pen.fillcolor('red')
pen.begin_fill()
pen.left(45)
pen.forward(200)
pen.circle(100,180)
pen.right(90)
pen.circle(100,180)
pen.forward(200)
pen.end_fill() #pen.end_fill()
pen.hideturtle() pen.hideturtle()
screen.bgcolor("red") screen.bgcolor("blue")
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