Please enable JavaScript to use CodeHS

Utah Computer Programming 1 and 2

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