We're also able to use the return value of the function directly, meaning we don't need to create an extra variable to store the value.

Use greeting() inside the print statement to see it in action.

Exactly, we can use the return value of the function exactly as we'd use any other variable.

Make sure to spell greeting() to print the return value of the function.