Commit Graph

3 Commits

Author SHA1 Message Date
jbayati
99df846f7c A function is similar to a variable because both work coherently.
Functions can be helpful in breaking down big problems as you can assign them a specific value so you can use the function instead of continous copy and paste. Which helps save time and helps make the code less cluttered.
A example is giving the function a specific variable such as (X = Y (line of code)) that you can use in smaller bits of code to help break it down.
2025-09-25 09:28:25 -04:00
jbayati
92c7b2556c I got to finishing triangle 2025-09-24 09:49:41 -04:00
3439d3da46 Initial commit 2025-09-16 13:20:14 +00:00