Commit c7b3e20e by BellCodeEditor

save project

parent fd8e6fbc
Showing with 16 additions and 6 deletions
import turtle import turtle
turtle.pendown() turtle.pendown()
turtle.fillcolor("pink") for i in range(4):
turtle.begin_fill() turtle.forward(260)
for i in range(36): turtle.right(90)
turtle.forward(200) turtle.penup()
turtle.right(170) turtle.goto(43,-60)
turtle.end_fill() turtle.pendown()
turtle.forward(43)
turtle.penup()
turtle.goto(173,-60)
turtle.pendown()
turtle.forward(43)
turtle.penup()
turtle.goto(110,-200)
turtle.pendown()
turtle.forward(43)
turtle.done() 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