Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/ActiveState/code
/ recipe-577316.py
File
recipe-577316.py
recipes/Python/577316_C_Fractal_using_recursion/recipe-577316.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
# C fractal using recursion
2
# FB - 201007187
3
from
PIL
import
Image, ImageDraw
4
import
math
Callers
nothing calls this directly
Calls
4
c
Function · 0.70
new
Method · 0.45
Draw
Method · 0.45
save
Method · 0.45
Tested by
no test coverage detected