Question: How on do I make a fractal tree in Python using Python graphics? I'm in an Intro CS course and the prof wants us to
How on do I make a fractal tree in Python using Python graphics?
I'm in an Intro CS course and the prof wants us to make a tree in graphics using fractals. I'm using a class that calls on itself. First it creates the main branch, then it calls on itself the create the other branches. The left branches are a different color from thr right branches and the branches get thinner the further up they are (i.e. the trunk is a lot thicker than the highest branch)
PLEASE HELP ME! PLEASE keep your answer simple for my sake. I don't care how clunky the code is. THANK YOOOOU!!
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
