This is an improvement on previous Sierpinski Triangle project https://pythonturtle.academy/sierpinski-triangle/ by adding Red, Green, and Blue colors to the triangles.
You can draw a Sierpinski Carpet with Chaos Game too. Read the first Chaos Game project first to understand what Chaos Game is. In this project, you start with a
Based on the function that draws Isosceles Trapezoid in the this previous project, draw the following fractal tree with Python and Turtle. Related Projects: Projects with similar difficulty Fractals Recursion