Can you assemble the for loop in this linear search algorithm?

Fantastic!

The correct answer is for i in range(len(values)):.