MCPcopy 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
69def main():
70 draw_vicsek_fractal(0, 0, 800, 4)
71
72 turtle.done()
73
74
75if __name__ == "__main__":

Callers 1

vicsek.pyFile · 0.70

Calls 1

draw_vicsek_fractalFunction · 0.85

Tested by

no test coverage detected