Python Course – return statement

Python return statement is used in functions to return certain value to the arguments of function. The lines after the return statements are not executed.