Lists
nA list is a container that holds a finite sequence of values all of the same type.
nList properties:
uA list is finite, with zero or more elements.
uA list is a sequence.
uA list is homogeneous.
ncontainer: an object whose purpose is to contain other objects.
nlist: a container in which the elements are kept in sequence.