Go to file
Lauren Dawnkaski 77075236c7 I have reached checkpoint 2.
A function and variable are alike since a variable gives a name to a certain value while a function gives a name to a larger amount of values.
They both shorten and simplify what needs to be typed in the program as well.
Functions might be useful in breaking down big, hard problems because you can work on a certain aspect of the problem and then create a function so you don't have to worry about that small piece of the problem again.
For example when working on the turtle lab, since I used a lot of repeated symmetry, this would have been simpler if I could define some functions.
2024-09-06 07:57:04 -04:00
.commit_template Initial commit 2024-08-27 20:34:48 +00:00
.gitignore Initial commit 2024-08-27 20:34:48 +00:00
circle_area.py I have reached checkpoint 1. 2024-09-06 07:31:02 -04:00
circle_area.py completed I have reached checkpoint 1. 2024-09-06 07:31:02 -04:00
draw_with_shapes.py Initial commit 2024-08-27 20:34:48 +00:00
greetings.py I have reached checkpoint 1. 2024-09-06 07:31:02 -04:00
poetry.lock I have reached checkpoint 1. 2024-09-06 07:31:02 -04:00
pyproject.toml Initial commit 2024-08-27 20:34:48 +00:00
shapes.py I have reached checkpoint 2. 2024-09-06 07:57:04 -04:00
test_shapes.py Initial commit 2024-08-27 20:34:48 +00:00