What happens when we add a return value to a function?
- The function returns a value to the code that calls it
- The function can no longer use display statements
- It means we'll only be able to call the function once
The function returns a value to the code that calls it.