An index represents the positions of items in a sequence by numerical representation. A sequence can be a list, a string of characters, or any arbitrary sequence of values.
Indexes use zero-based counting. This means that the first position in the index is 0, and the fifth position would be 4.