Commit 15084f07 by BellCodeEditor

auto save

parent 0d45eb19
Showing with 11 additions and 2 deletions
import turtle
pen=turtle.Pen()
pen.pensize(5)
color["green",""]
\ No newline at end of file
color=["green","orange","red"]
for i in range(3):
pen.pencolor(color[i%3])
pen.left(-150)
for i in range(3):
pen.left(120)
pen.forward(100)
pen.right(90)
pen.hideturtle()
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