What happens when we don't include the return statement in our function?

We get the value NoneThere's an infinite loop in the function

We get the value None.