MCPcopy Create free account
hub / github.com/asweigart/PythonStdioGames / fractaltree.py

File fractaltree.py

src/gamesbyexample/fractaltree.py:None–None  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1"""Fractal Tree Drawer, by Al Sweigart al@inventwithpython.com
2Draws fractal trees with turtle graphics."""
3__version__ = 0
4import random

Callers

nothing calls this directly

Calls 2

clearMethod · 0.80
drawBranchFunction · 0.70

Tested by

no test coverage detected