Please enable JavaScript to use CodeHS

Introduction to Python Programming

Lesson 13.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