Commit a69bfb5c by BellCodeEditor

auto save

parent 5a0901f4
Showing with 1 additions and 16 deletions
import turtle
pen=turtle.Pen()
colors=["red","yellow","cyan","violet"]
screen = turtle.Screen()
screen.bgcolor("light peink")
pen.speed(0)
distance=1
for i in range(1,30000):
pen.pencolor(colors[i%4])
pen.forward(i)
pen.right(91)
pen.hideturtle()
turtle.done()
\ No newline at end of file
j = 3
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