What happens when we add a return value to a function?

The function returns a value to the code that calls itThe function can no longer use display statementsIt means we'll only be able to call the function once

The function returns a value to the code that calls it.