Question 398: Which of the following is a mutable data type?
tcs
wipro
infosys
general
aptitude
data-types
python-programming
Lists are mutable in Python, meaning that their contents can be changed after they are created. Strings, tuples, and floats are all immutable, meaning that their contents cannot be changed after they are created.