Open
Description
Using the indent and available function, the developer should be able to create functions on the script and provide definition to it. Later point this function can be called for execution.
Function definition:
def <function_name>(,,..)
->...
->...
Function execution:
exec <function_name>(,,..)