- Get link
- Other Apps
Featured Post
- Get link
- Other Apps
Source Code:
import turtle
colors = ['blue', 'orange', 'green', 'red']
t = turtle.Pen()
turtle.speed(100)
for a in range(30):
t.pencolor(colors[a%4])
t.width(a/100 + 2)
t.forward(a)
t.circle(5*a)
t.circle(-5*a)
t.left(a)
t.hideturtle(turtle)
art
bk tutorial
creativity
creativity ideas
graphics
helix
pattern
pyhon
pyhon graphics
python turtle
spiral
spiral helix
turtle graphics
- Get link
- Other Apps
Comments
Post a Comment
If you any Query and get more information please comment it. Thanks for visit our blog.