are you familiar at all with mathematical functions?
Like this type of thing? y=mx+b ?
Functions in code are very similar in that they take parameters or inputs.
The inputs are given a name.
Take a look at the example in the exercise again. They are using names for the inputs of the functions (they don’t use numbers).