- Get link
- X
- Other Apps
Featured Post
- Get link
- X
- Other Apps
Source Code:
import turtle
t=turtle
t.bgcolor("black")
t.pensize(2)
t.speed(50)
for i in range(15):
for colors in ["silver","white","gray"]:
t.color(colors)
t.circle(100)
t.right(10)
for j in range(15):
for colorss in ["gray","white","silver"]:
t.color(colorss)
t.circle(60)
t.right(10)
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.