Tuples
This lesson will highlight the key features of the tuple data structure.
We'll cover the following
The Structure
A tuple is an ordered group of data elements. These elements can have different types.
The size of the tuple can be anything. However, once it has been created, the tuple is immutable.
Get hands-on with 1400+ tech skills courses.