This is an improvement on previous Sierpinski Triangle project https://pythonturtle.academy/sierpinski-triangle/ by adding Red, Green, and Blue colors to the triangles.
Use the following parametric equations to draw a butterfly curve. In the equation above t is the parameter of the equations. Let it range from 0 to 12π gradually with
In a previous project, you implemented lighting up animation. Make the animation look more pleasant by making the dot light up and dim gradually. Read tutorial on this project.