MCPcopy Create free account
hub / github.com/TheAlgorithms/Python / sierpinski_triangle.py

File sierpinski_triangle.py

fractals/sierpinski_triangle.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""
2Author Anurag Kumar | anuragkumarak95@gmail.com | git/anuragkumarak95
3
4Simple example of fractal generation using recursion.

Callers

nothing calls this directly

Calls 1

triangleFunction · 0.85

Tested by

no test coverage detected