Proof That the Python ‘Tuple’ Is Indexed
Finding out if the data type is truly indexed.
A tuple is one of the 4 built-in Python data types. Some of the characteristics of the Python tuple are:
- A tuple is ordered.
- A tuple is unchangeable.
- A tuple is indexed.