Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/TheAlgorithms/Python
/ set_color
Function
set_color
fractals/vicsek.py:53–54 ·
view source on GitHub ↗
(rgb: str)
Source
from the content-addressed store, hash-verified
51
52
53
def
set_color(rgb: str):
54
turtle.color(rgb)
55
56
57
def
draw_vicsek_fractal(x: float, y: float, length: float, depth: float, color=
"blue"
):
Callers
1
draw_vicsek_fractal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected