The variables and logic needed to perform the action are added inside the braces. This is the function body.

Let's take a look inside greeting().

We declare the person variable, the time variable, and use print(). Nothing special there, right?