Register - Login - Forgotten Password

Lesson 18: Looping Through Lists

If a list contains ten items, how can Python look at every one without us writing ten separate instructions? The answer is list iteration: processing items one after another. This section explains how a Python for loop moves through a list in its existing order. It also separates a stored item from the numerical index used to access it.

Lesson 18: Looping Through Lists

This lesson just one in the category Python Programming Level 1. To access this lesson you need to have a valid learner account, ask your parent to register you now.