Do you see the difference? Python starts counting at 0, so the first item in the list has the position 0, the second item has the position 1, and so forth.
0
1
Just like before, this list is only as long as the number of values we've added to it.