Return Statement in Python.
Return Statement:
The keyword return is used to return the value after execution of the Statement.
Example:
Output:
Returning Multiple Values:
It is possible to return multiple value in Python.
The keyword return is used to return the value after execution of the Statement.
It is possible to return multiple value in Python.
Comments
Post a Comment