Commit c7b3e20e by BellCodeEditor

save project

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