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.

Remember, we need to use the name of the function followed by opening and closing parentheses.