Q. Which of the following data types is mutable in Python?
β
Correct Answer: (B)
Set
Explanation: Sets are mutable in Python, meaning you can add or remove elements.