What is a list in Python ?
list
An object that stores ordered values, but cannot be modified
An object that stores values with unique keys
An object that stores ordered values and can be modified
An object that stores unordered values and can be modified