Commit 9c363676 by BellCodeEditor

auto save

parent 1249fb86
Showing with 2 additions and 14 deletions
import turtle j
\ No newline at end of file
pen=turtle.Pen()
screen=turtle.Screen()
screen.bgcolor("black")
colors=["green","red","orange","yellow"]
for i in range(1,300):
pen.pencolor(colors[1%4])
pen.forward(1)
pen.right(91)
distance+=1
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