Please enable JavaScript to use CodeHS

Utah Introduction to Python 1 and 2

Lesson 11.3 Updating List Elements

Description

In this lesson, students learn how to update items in lists using the index value of the item.


Objective

Students will be able to:

  • Use the index value of an item to update the contents of the item in a list