2598 Views
Function is an arrangement of a statement that execute like a data processing or computing. Whenever you define a function you define the name of the function. You can call a function by its name, it is called a function call.
Syntax
def functionname( parameters ):
"function_docstring"
...
Anamika Gupta
Jun 06, 2018