Define a function simply so
You can add parameters
You can return values
To call the function, simply use its name and add round parenthesis,
for example
To define a function, you need to use the def keyword
A function does not need to have a return statement
as it returns nothing by default