Commit 4b6bf0c0 by BellCodeEditor

save project

parent 742ece9b
Showing with 38 additions and 0 deletions
import turtle
for i in range(2):
turtle.lt(60)
turtle.fillcolor('blue')
turtle.begin_fill()
for i in range(3):
turtle.fd(50)
turtle.lt(120)
turtle.end_fill()
turtle.lt(60)
turtle.fillcolor('green')
turtle.begin_fill()
for i in range(3):
turtle.fd(50)
turtle.lt(120)
turtle.end_fill()
turtle.lt(60)
turtle.fillcolor('yellow')
turtle.begin_fill()
for i in range(3):
turtle.fd(50)
turtle.lt(120)
turtle.end_fill()
for i in range(3):
turtle.fd(50)
for i in range(2):
for i in range(3):
turtle.lt(120)
turtle.fd(50)
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