Python Turtle - Circle Spirograph Tutorial || How to create a circle spirograph in python

Опубликовано: 28 Ноябрь 2025
на канале: Deepak singh
14
2

Python Turtle - Circle Spirograph Tutorial || How to create a circle spirograph in python with the help of turtle graphic . If you love this video please like and subscribe the channel

source code:
import turtle

turtle.bgcolor("black")
turtle.pensize(4)
turtle.speed(0)

for i in range(6):
for colours in ("red", "blue", "green", "yellow", "white"):
turtle.color (colours)
turtle.circle(100)
turtle.left(10)

turtle.hideturtle()

Follow me on

Facebook=https://www.facebook.com/profile.php?...

Facebook page=  / shop-buzzcom-101066158922320  

Instagram=https://www.instagram.com/mr_deepak__...