Q. Which Python data structure is mutable and ordered?
Solution:
Lists in Python are mutable (can be changed) and ordered (maintain insertion order).
Get Question Bank
Strengthen Your Practice with our comprehensive question bank.
Lists in Python are mutable (can be changed) and ordered (maintain insertion order).
Strengthen Your Practice with our comprehensive question bank.