Which is an ordered collection that is unchangeable and used to store multiple items in a single variable?(1 point)

Responses

tuple
tuple

array
array

Boolean
Boolean

data type

1 answer

The correct answer is tuple. A tuple is an ordered collection that is unchangeable (immutable) and can be used to store multiple items in a single variable.