A Python program to demonstrate the generation of the Sierpiński triangle fractal using the built-in Turtle module.
Run with:
python sierpinski.py
Option to enable iteration counter available, but disabled through code (commented out).
A Python program to demonstrate the generation of the Sierpiński triangle fractal.
PythonMIT