Subroutines with procedures & Functions

                                                                                                  Friday, 19th January 2018


Subroutines:
a self contained section of code that performs one specific.


It also:
  • Breaks program up into smaller chunks so they are more manageable.
  • Subroutine can also be known as a procedure.






Function:
A function is a type of subroutine- the only type available in Python.

Comments