Intro to Python Programming
A return statement is used in a function to send a result back to the caller. It terminates the execution of the function and can optionally pass back an expression or value.
congrats on reading the definition of return statement. now let's actually learn it.