MCPcopy Create free account
hub / github.com/ActiveState/code / recipe-577156.py

File recipe-577156.py

recipes/Python/577156_Koch_Snowflake_Sierpinski_Triangle/recipe-577156.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1# Koch Snowflake and Sierpinski Triangle combination fractal using recursion
2# FB - 201003265
3from PIL import Image, ImageDraw
4import math

Callers

nothing calls this directly

Calls 8

rangeFunction · 0.85
sfFunction · 0.85
tfFunction · 0.85
cosMethod · 0.80
sinMethod · 0.80
newMethod · 0.45
DrawMethod · 0.45
saveMethod · 0.45

Tested by

no test coverage detected