How is the print statement different from the return statement?
The print statement can only print out text to the
user's console.
The print statement returns a value back to the
caller of the function.
The print statement returns "None' to the console.
The print statement causes a function to stop its
execution.