Commit 40f7dc48 by BellCodeEditor

save project

parent b75b7bcc
Showing with 4 additions and 3 deletions
input(turtle) input(turtle)
Pen.=turtle. Pen.=turtle.
fillcolor("red") fillcolor("green")
being_fill() being_fill()
for i in range(5): for i in range(36):
Pen.foword(200) Pen.foword(200)
left(144) left(170)
end_fill() end_fill()
Pen.hideturtle() Pen.hideturtle()
\ 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