Computer Science, asked by taruna99, 1 year ago

what is list

in mutable data type

Python language

question of IP

give correct answer​

Answers

Answered by gourisuresh
1

Mutability means that in the same memory address,new value can be stored.

Mutable types are those whose value can be changed in place.

Example: list,dictionary,set

Similar questions