MCPcopy 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
53def set_color(rgb: str):
54 turtle.color(rgb)
55
56
57def draw_vicsek_fractal(x: float, y: float, length: float, depth: float, color="blue"):

Callers 1

draw_vicsek_fractalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected