
import turtle
colors=['red','purple','blue','green','yellow','orange']
turtle.bgcolor('black')
for x in range(360):
turtle.pencolor(colors[x%6])
turtle.width(x/100+1)
turtle.forward(x)
turtle.left(59)

MAKER

import turtle
colors=['red','purple','blue','green','yellow','orange']
turtle.bgcolor('black')
for x in range(360):
turtle.pencolor(colors[x%6])
turtle.width(x/100+1)
turtle.forward(x)
turtle.left(59)
You must be logged in to post a comment.
Appreciate this post. Will try it out.
Well have good time on my site!