Add the length of the list to a variable.
Great! We'll use this variable in our for loops.
Your code should look like length = len(list).
length = len(list)