Python 3.8 and earlier require importing `Tuple` from the `typing` module. Python 3.9+ allows using `tuple` directly without importing.
Tuples can store only a fixed number of elements and types at each index, while arrays can store any combination of types and the order is not important.