Bridge Academy.
← BACK TO MATERIALS
WEEK 56 · SEPTEMBER 24, 2026

Data Iteration · Part 6

Nested for; multiplication tables; 2D list row/column iteration; simple coordinate walks.

Lesson 18 · Data Iteration · Part 6 — Level I · Guide

September 24, 2026 · Bridge Academy Python Program

Learning goals

- Write a nested for loop (a loop inside another loop). - Print a multiplication table. - Iterate a 2D list (list of lists) row by row and column by column. - Walk coordinates on a small grid.

This lesson covers PCEP-30-02 objective 2.2.

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