beginnerPython
Previous
What is the difference between mutable and immutable objects?
Next
Which Python data types are immutable?
Which Python data types are mutable?
Answer
Clear, interview-ready explanation
Common mutable Python data types include:
-
list -
dict -
set -
bytearray