Please enable JavaScript to use CodeHS

Utah Introduction to Python 2

Lesson 2.2 Accessing List Elements

Description

In this lesson, students learn about the positive and negative indexing system of lists and how items are accessed in a list.


Objective

Students will be able to:

  • Provide two index values (positive and negative) for any item in a list
  • Access individual items in a list using index values