| Type | Represented by | Description | Comprehension |
|---|---|---|---|
| List (Mutable) | [] | ordered collections, Can store different data types, Allows dynamic modification of elements | y |
| Tuples (Immutable) | () | ordered collections, Fixed collections of elements | n |
| Type | Represented by | Description | Comprehension |
|---|---|---|---|
| List (Mutable) | [] | ordered collections, Can store different data types, Allows dynamic modification of elements | y |
| Tuples (Immutable) | () | ordered collections, Fixed collections of elements | n |