Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
3
from
PIL
import
Image, ImageDraw
4
import
math
Callers
nothing calls this directly
Calls
8
range
Function · 0.85
sf
Function · 0.85
tf
Function · 0.85
cos
Method · 0.80
sin
Method · 0.80
new
Method · 0.45
Draw
Method · 0.45
save
Method · 0.45
Tested by
no test coverage detected