Name

The return Statement

Synopsis

return [expression]

Exits the enclosing function and returns expression value as the result of the call to the function. Hint: return a tuple for multiple-value function results.

Get Python Pocket Reference, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.