Conditional Flow · Part 1
if / else / elif; comparison and boolean basics.
Lesson 19 · Conditional Flow · Part 1 — Level I · Guide
October 1, 2026 · Bridge Academy Python Program
Learning goals
- Write a simple if statement. - Use if / else and if / elif / else. - Compare values with <, <=, >, >=, ==, !=. - Branch on a boolean variable.
This lesson covers PCEP-30-02 objective 2.1.
Preview truncated — download the notebook to see the full lesson.