Go to file
Justin Toombs b6a8c94a47 The main changes came from accurately depicting
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.
2023-07-16 18:58:12 -04:00
.commit_template Initial commit 2023-07-16 19:52:18 +00:00
.gitignore Initial commit 2023-07-16 19:52:18 +00:00
circle_area.py Checkpoint 1 2023-07-16 13:09:50 -07:00
draw_with_shapes.py Initial commit 2023-07-16 19:52:18 +00:00
greetings.py Checkpoint 1 2023-07-16 13:09:50 -07:00
pyproject.toml Initial commit 2023-07-16 19:52:18 +00:00
shapes.py The main changes came from accurately depicting 2023-07-16 18:58:12 -04:00
test_shapes.py Initial commit 2023-07-16 19:52:18 +00:00