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

Responses

tuple
tuple

data type
data type

Boolean
Boolean

array
array
Remaining Attempts : 3

1 answer

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