Of course, we can also make a list of friends.

Let's try and output the first value in our friends list here.

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.

Just like before, this list is only as long as the number of values we've added to it.