Please enable JavaScript to use CodeHS

Intro to Computer Science in Python 3

Lesson 8.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