Bridge Academy.
← BACK TO MATERIALS
WEEK 16 · JUNE 16, 2026

300 Review Module

Lean teacher-led comprehensive review from variables through functions.

Comprehensive Python Review: Variables to Functions

Bridge Academy Python Program - Level II Review

Purpose

Use this notebook during the live review. Your instructor will explain each idea in person.

Review path

1. Variables store values. 2. Data types describe values. 3. Composite data types group values. 4. Conditional flow chooses a path. 5. input() lets the user affect the path. 6. while loops repeat while a condition is true. 7. for loops repeat over a sequence. 8. Functions package logic so we can reuse it.

Preview truncated — download the notebook to see the full lesson.