Please enable JavaScript to use CodeHS

Utah Introduction to Python 1 and 2

Lesson 12.2 Looping Over a List by Index

Description

In this lesson, students learn how to combine their knowledge of for loops and the len function to loop over items in a list one by one.


Objective

Students will be able to:

  • Use for loops to access items in a list one by one