Introduction
Imagine you have a task you do many times, like making a sandwich. Instead of repeating every step each time, you write down the steps once and follow them whenever needed. Functions solve the problem of repeating code by letting you reuse a set of instructions easily.