The function starts with the keyword def. This is followed by the name of the function,
which follows the same naming conventions as variables. After that come the parameters
inside parentheses and separated by commas if there are more than one. The first line must
end with a colon.