Python · Level 2 of 5
List
Python's ordered mutable sequence type.
A list can contain references to objects of different types.
Example
A program appends a new score to a sequence.
Listen to the definition and example
Audio transcript
List. Python's ordered mutable sequence type. A list can contain references to objects of different types. For example: A program appends a new score to a sequence.
Explore this concept
Why it matters
This helps you follow Python-based experiments and understand their data structures and tools.
Start with
Quick recall question
Try answering before looking back at the definition.