Which description best matches a Python list?
An immutable sequence whose elements can never be replaced.
An unordered collection that automatically removes duplicates.
A mapping that requires a unique key for every stored value.
An ordered, mutable collection that supports indexed access, insertion, and removal.