Looping Through Lists

What is a for loop?

A for loop lets you work with each item in a list, one item at a time.

How do you loop through a list?

Use a for loop to loop through every item in a list.

How do you loop through a section of a list?

Loop through a section of a list using a slice.