How do we end up returning None from our function?

By forgetting to add the return statementBy not including any display statements in our codeBy calling the function with a parameter

By forgetting to add the return statement.