Commit fa831237 by BellCodeEditor

save project

parent 5d5f28d4
Showing with 18 additions and 0 deletions
import turtle
pen = turtle.Pen()
pen.pencolor("pink")
pen.fillcolor("green")
pen.pensize(1)
pen.begin_fill()
for i in range(6):
for i in range(10):
pen.forward(50)
pen.right(36)
for i in range(10):
pen.forward(55)
pen.right(36)
pen.right(60)
pen.end_fill()
pen.hideturtle()
turtle.done()
\ No newline at end of file
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