Multiple Choice
What is the advantage of using tuples over lists?
A) Tuples are not limited in size.
B) Tuples can include any data type as an element.
C) Processing a tuple is faster than processing a list.
D) There is no advantage.
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q3: What would be the value of the
Q4: What method can be used to convert
Q5: Indexing starts at 1, so the index
Q11: The _ method is commonly used to
Q11: The remove method removes all occurrences of
Q12: The sort method rearranges the elements of
Q20: The index -1 identifies the last element
Q23: Tuples are _ sequences which means that
Q27: A list cannot be passed as an
Q38: Each element in a tuple has a(n)_