The subscript operator [ ]
The subscript operator takes one operand. The operand can be an integer index into a sequence or a key type index of a dictionary. The subscript operator produces a result of the same type as the sequence's entry type or dictionary's item type.