Week 1 - User-defined Functions

  1. I learnt how to create/ define custom functions in Python, and how to retrieve the values from within the lists into the custom function using arguments in the function.
  2. We can set default values in custom functions, using = within the function.
Read More