- Get link
- X
- Other Apps
Featured Post
- Get link
- X
- Other Apps
Source Code:
import turtle
colors=[ 'blue', 'red', 'yellow','green']
draw=turtle.Pen()
turtle.bgcolor('white')
draw.speed(1000)
for d in range(360):
draw.pencolor(colors[d%3])
draw.width(d/100+2)
draw.forward(d)
draw.left(90)
draw.hideturtle()
- Get link
- X
- Other Apps
Comments
Post a Comment
If you any Query and get more information please comment it. Thanks for visit our blog.