the two shapes needed so that the drawings could recreate the illustrated shapes.
FOR CHECKPOINT 2
A function is similar to a variable in the sense that it can be used in place of longer blocks of code
in order to reduce down on overall workload. Functions are also helpful in breaking down larger or harder
problems because you can clearly notice which function is malfunctioning because of how clearly defined
they are. For example, I was able to debug the issues with my drawings quickly because I could easily visualize
where the errors originated from.