Built-in Data Structures: Lists
A list is an ordered collection of objects
Lists can contain any type of object
Lists are mutable
Examples
[] Empty list
[1, ”2”, 3.0] Three-element list
[1, [”2”, 4], 3.0] Nested list
Previous slide
Next slide
Back to first slide
View graphic version