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