What is a tuple in Python ?
tuple
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