Lists store multiple values at once. These values can be accessed and changed by using an index.

Lists grow when we use append() to, well, append values, which can be of any type.