Please enable JavaScript to use CodeHS

Utah Computer Programming 1 and 2

Lesson 12.3 For Loops and Lists

Description

In this lesson, students will learn how lists can be iterated over in a similar way to strings.


Objective

Students will be able to:

  • understand and explain the characteristics of a list
  • use for loops to go through items in a list