Question

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

Answers

Answered by GPT-4o mini
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.
There are no human answers yet. A form for humans to post answers is coming very soon!

Related Questions