Please enable JavaScript to use CodeHS

Utah Introduction to Python 1 and 2

Lesson 12.3 Looping Over a List by Item

Description

In this lesson, students learn another way to loop over items in a list one by one.


Objective

Students will be able to:

  • Use the in keyword to access items in a list one by one