- Get link
- X
- Other Apps
Featured Post
- Get link
- X
- Other Apps
Source Code:
import turtle
colors=['silver','gray','black']
colorss=['gray','black','silver']
colorsss=['black','silver','gray']
draw=turtle.Pen()
turtle.bgcolor('white')
draw.speed(1000)
for a in range(100):
draw.pencolor(colors[a%3])
draw.width(a/100+2)
draw.forward(a)
draw.left(-90)
draw.right(30)
for b in range(100):
draw.pencolor(colorss[b%3])
draw.width(b/100+2)
draw.forward(b)
draw.left(-90)
draw.right(30)
for c in range(100):
draw.pencolor(colorsss[c%3])
draw.width(c/100+2)
draw.forward(c)
draw.left(-90)
draw.right(30)
draw.hideturtle()
3d design
3d pattern
art
bk tutorial
creative ideas
creative thought
creativity
draw 3d star
ideas
pattern
pyhon
- 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.