Python · Level 2 of 5
Tuple
Python's ordered immutable sequence type.
A tuple cannot change its element bindings, though contained objects may themselves be mutable.
Example
A function returns coordinates as a fixed pair.
Listen to the definition and example
Audio transcript
Tuple. Python's ordered immutable sequence type. A tuple cannot change its element bindings, though contained objects may themselves be mutable. For example: A function returns coordinates as a fixed pair.
Explore this concept
Why it matters
This helps you follow Python-based experiments and understand their data structures and tools.
Start with
Related concepts
Quick recall question
Try answering before looking back at the definition.