Commit 634b676c by BellCodeEditor

save project

parent db961865
Showing with 20 additions and 13 deletions
import turtle import turtle
turtle.pendown() turtle.pendown()
turtle.fillcolor("red") for i in range(4):
turtle.begin_fill() turtle.forward(260)
turtle.forward(200) turtle.right(90)
turtle.right(144) turtle.penup()
turtle.forward(200)
turtle.right(144) turtle.goto(43,-60)
turtle.forward(200) turtle.pendown()
turtle.right(144) turtle.forward(40)
turtle.forward(200) turtle.penup()
turtle.right(144)
turtle.forward(200) turtle.goto(173,-60)
turtle.right(144) turtle.pendown()
turtle.end_fill() turtle.forward(40)
turtle.penup()
turtle.goto(130,-120)
turtle.pendown()
turtle.forward(-15)
turtle.forward(55)
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