Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ main
Function
main
fractals/vicsek.py:69–72 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
67
68
69
def
main():
70
draw_vicsek_fractal(0, 0, 800, 4)
71
72
turtle.done()
73
74
75
if
__name__ ==
"__main__"
:
Callers
1
vicsek.py
File · 0.70
Calls
1
draw_vicsek_fractal
Function · 0.85
Tested by
no test coverage detected