Python by Swaroop C H - HTML preview

PLEASE NOTE: This is an HTML preview only and some elements such as links or page numbers may be incorrect.
Download the book in PDF, ePub, Kindle for a complete version.

The return statement

Thereturn statement is used to return from a function i.e. break out of the function. We can optionally return a value from the function as well.