Notes
A list is a mutable collection of ordered items.
Items in the list can be of any type, including mixed types within the same list: strings, numbers, dictionaries, lists, objects, ...
List allow duplicates and elements can be added or removed dynamically.