Go to file
Lauren Dawnkaski 4cdc727194 I have reached checkpoint 1.
A value is straight forward and means exactly what you see. A name refers to something that could change and isn't exact. (it could refer to multiple things)
In my everyday life it is important to distinguish between names and values when being exact when discussing where to go during substitute teaching. For example, if I am asked to do cafeteria duty (name) I need to know which cafeteria to go to (value).
Variables might be useful in programming in order to type less and make things quicker.
It also can make things simpler rather than writing a long, complex value.
2024-09-06 07:31:02 -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 Initial commit 2024-08-27 20:34:48 +00:00
test_shapes.py Initial commit 2024-08-27 20:34:48 +00:00