Intro
A tuple is an ordered, immutable, and indexable collection of items. Tuples are often used to store heterogeneous data 1
Implementations
- Python: Tuple (Python)
A tuple is an ordered, immutable, and indexable collection of items. Tuples are often used to store heterogeneous data 1