Q. Which of the following is a mutable data type in Python?
β
Correct Answer: (C)
list
Explanation: Lists are mutable, meaning elements can be changed. Tuples, strings, and frozensets are immutable.