Please enable JavaScript to use CodeHS

Python Basics with Tracy

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