3 Commits

Author SHA1 Message Date
cdonahue
45ef6f4c9f A function is like a vraiable in the fact of that they both work coherently
Fucntions can be helpful in breaking down big prolblems as you can assign them a specific value, which helps save time and helps make the code less clunky and long.
A variable is used for a short hand of a value for example a variable could be X and X could be defined as something like (hello) which would then shape into a bigger code if ever need be repeated.
2025-09-25 09:28:17 -04:00
cdonahue
fc61a952ad A name is a short term we use to define something while a value is the definition itself. This is used in everday life by our common langauge. In coding the name is basically the same thing being that the name is a short hand for a longer command while the value is the command that needs to be run 2025-09-24 09:37:04 -04:00
1803caca90 Initial commit 2025-09-16 13:16:05 +00:00