Match the characteristic of a list with its description:
Ordered ↔️ Elements are stored in a specific sequence
Indexable ↔️ Elements can be accessed by their index
Mutable ↔️ Elements can be added, removed, or modified
Heterogeneous ↔️ Can contain elements of different data types