Conditional Flow · Part 2
Nested conditionals; menu branching; range checks with chained comparisons.
Lesson 20 · Conditional Flow · Part 2 — Level I · Guide
October 8, 2026 · Bridge Academy Python Program
Learning goals
- Nest an if inside another if. - Write menu-style if / elif chains. - Use inclusive and half-open range checks. - Keep indentation consistent when nesting.
This lesson covers PCEP-30-02 objective 2.1.
Preview truncated — download the notebook to see the full lesson.