Please enable JavaScript to use CodeHS

Intro to Computer Science in Python

Lesson 9.1 2d Lists

Description

In this lesson, students will learn how 2d lists are stored and how to use indexing and slicing to extract specific items from a list of lists.


Objective

Students will be able to:

  • Use 2d lists to store information in rows and columns