return Statement
The return statement is used to return the value of the expression back to the main function.
Example:
Output:
Hello James Buchanan Barnes
Python Recursion
We can let the function call itself, such a process is known as calling a function recursively in python.
Example:
Output:
We can let the function call itself, such a process is known as calling a function recursively in python.
Example:
Output:
0 Comments