Multiple Choice
The primary difference between a tuple and list is that _____.
A) when creating a tuple you don't use commas to separate elements
B) a tuple can only include string elements
C) a tuple cannot include lists as elements
D) once a tuple is created, it cannot be changed
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q11: The remove method removes all occurrences of
Q12: The sort method rearranges the elements of
Q15: What are the data items in the
Q16: What method can be used to convert
Q17: What is the first negative index in
Q18: When working with multiple sets of data,
Q19: Which list will be referenced by the
Q20: The index -1 identifies the last element
Q23: Tuples are _ sequences which means that
Q27: A list cannot be passed as an