Page 4 - LN
P. 4

Lesson Note




























               In PYTHON Functions can be called with/without argument/input and functions
               may/may not return values, observe the definition and Call to such functions.

               Output for all the functions below is:





               Function with no input and no return statement:












               Function with input but no return statement:











               Function with no input but a return statement:
   1   2   3   4   5   6   7   8   9