/Sierpinski-triangle

A Python program to demonstrate the generation of the Sierpiński triangle fractal.

Primary LanguagePythonMIT LicenseMIT

Sierpinski-triangle

A Python program to demonstrate the generation of the Sierpiński triangle fractal using the built-in Turtle module.

image

Usage

Run with:

python sierpinski.py

Footnote

Option to enable iteration counter available, but disabled through code (commented out).