Sequence Data Types: Lists (Mutable Sequences)

A list is an ordered sequence data type that is mutable, meaning unlike strings, you can change, add, or remove items after the list has been created.