Colorful circle spirograph in Python using the turtle module

Hello programmers this is Satyam again back with another awesome blog and in this blog I am going to show you how you can create a colorful circle spirograph in Python programming language using the turtle feature.So programmers let's get started -




Output of the above code:


So guys we have done it now let's try to understand the code.The code is very easy and meaningful.In line 1 we have imported the turtle module which we are going to use in this code and in the second line I have used the hideturtle() function which hides the turtle icon while the animation runs in the line 3 I have mentioned the size of the pen i.e. the stroke of the turtle and in the next line I have used the speed() function in order to change the default speed of the animation.In the 5th line I have created a list of all the colors which I have to use while animation,you can choose your own colors of your choice and from 6 to last line of the code I have used a loop to create the circle spirograph,I hope you liked this blog.


Thanks for Reading

No comments: