- Get link
- X
- Other Apps
Featured Post
- Get link
- X
- Other Apps
Source Code:
import turtle
t=turtle
t.speed(50)
t.bgcolor('black')
t.color('white')
#t.pensize(2)
t.left(120)
for a in range(100):
if a%2 is 0:
t.color('silver')
else:
t.color('gray')
t.forward(200)
t.left(91)
t.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.