CSP Python
Runestone in social media:
Follow @iRunestone
Help support us:
Table of Contents
Book Index
Scratch ActiveCode
Navigation Help
Help for Instructors
About Runestone
Report A Problem
Lesson 06-02: 2D Lists as a Grid
¶
Learning Target: I can create a 2D list to represent a grid of rows and columns.
Learning Target: I can distinguish between row-major and column-major order.
Why Use a List of Lists?
¶
Structuring a 2D Grid
¶
Checks For Understanding
¶
Next Section - Lesson 06-03: 2D Lists as a Grid