How do we use else statements inside functions?

As part of conditional statementsWe can't use else statements inside functions

We can use any type of code inside functions, including else statements.