Commit d76bb420 by BellCodeEditor

auto save

parent baa51e4a
Showing with 2 additions and 12 deletions
import turtle ep8c
screen=turtle.Screen() \ No newline at end of file
screen.bgcolor("yellow")
colors=["grey","brown","black","white"]
pen=turtle.Pen()
for i in range(1,3000):
pen.pencolor(colors[i%4])
pen.forward(79)
pen.right(200)
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