This program sketches fractal tree using Python Turtle
A fractal tree demonstrates recursive geometry: each branch divides into two sub-branches tilted at equal but opposite angles, and each of those sub-branches splits the same way, repeating infinitely at smaller scales (or in this case until it reaches the base cause length).
future improvements:
- Add a degree of randomness to resemble trees as they exist in nature