Go to file
Rebecca Hankey 6236c095cc * I answered the check point one questions and
submitted then. After I closed the window and reopened it
for checkpoint 2 the answers were no longer there. If I need
to resubmit, let me know! Thank you!

A function, like a variable, renames a thing. However a
variable is a smaller piece of code or informaiton,
whereas a function is a larger block of code that can be
called upon in different settings. When defined, functions
are easily adjusted, while the rules remain the same.

Functions can break down a problem into bite sized pieces and house them
seperately from one another. They are executing one thing at a time.
They even go as far as to further define the steps of the function itself.
Therefore, when you run into problems, it is easier to isolate the issue and solve.
Thinking ahead to the drawing lab, it feels like a to do list.
It breaks down each section into smaller pieces. That way planning becomes
easier and when things are off, you can isolate the issue.
2024-09-10 22:00:20 -04:00
.commit_template Initial commit 2024-08-29 12:32:17 +00:00
.gitignore Initial commit 2024-08-29 12:32:17 +00:00
circle_area.py I changed the input function to get the value of 2024-09-10 20:43:35 -04:00
draw_with_shapes.py Initial commit 2024-08-29 12:32:17 +00:00
greetings.py I changed the input function to get the value of 2024-09-10 20:43:35 -04:00
poetry.lock I changed the input function to get the value of 2024-09-10 20:43:35 -04:00
pyproject.toml Initial commit 2024-08-29 12:32:17 +00:00
shapes.py * I answered the check point one questions and 2024-09-10 22:00:20 -04:00
test_shapes.py Initial commit 2024-08-29 12:32:17 +00:00