So, how can we access a particular item in the names list?

Sweet! Just like we access items in an array, we write their zero-based index number in brackets after the list's name.

Don't these index numbers start at 0? That means we haven't yet added an element at index 3.