To go through each position of a list, we'll use a loop. We'll use a for loop in this example and look for 2 as the target value.

Awesome! We'll use this loop to go through each item of the list.