You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Convert the Python turtle into a class called SuperTurtle, which provides new functionalities by executing/creating methods within the SuperTurtle class. Create new drawings, including circles, polygons, Cartesian and polar arrays of various shapes, fractals (recursive and L-system-based), and arrays of figures positioned at specific coordinates.
Python program which generates a fractal tree using L-Systems and recursive algorithms. User will input a number of generations and the length of the lines drawn. The tree will be displayed as it is being drawn, and once completed the image is returned to the user.