Python Functions · Week 2 — Functions with Parameters
30 guided exercises: function syntax review, data iteration with one and multiple local variables, and default parameter values.
Python Functions - Week 2: Functions with Parameters
June 2, 2026 · Bridge Academy Python Program
Level I Guide
Learning goals
- Review how to define and call Python functions. - Use parameters to send information into a function. - Use functions with lists and dictionaries. - Create local variables inside functions. - Use default parameter values to make functions flexible.
How to use this notebook
Read the concept sections first. Then complete each question.
Exercise code cells are blank unless the question needs starter data for data iteration.
Preview truncated — download the notebook to see the full lesson.