Computer Science, asked by abhishekksingh5336, 1 month ago

what do you understand by mutibaility ? why are lists called mutable types

Answers

Answered by Aimanfatima04
2

Python: Mutable vs. ... An object's mutability is determined by its type. Some of these objects like lists and dictionaries are mutable , meaning you can change their content without changing their identity. Other objects like integers, floats, strings and tuples are objects that can not be changed.

mark my answer brilliant

follow plz

Similar questions