What is the difference between a Mutable datatype and an Immutable data type?
Answer / nashiinformaticssolutions
Data types that are mutable can be altered at runtime. For instance, a dictionary, list, etc.
Immutable data types cannot be changed at runtime, so they cannot be altered. For instance, String, Tuple, etc.
Is This Answer Correct ? | 0 Yes | 0 No |
What is composition in python?
How you can access sessions in flask?
What is standard output in python?
Is python pass by reference?
What is the use of negative indices?
Is javascript easier than python?
How do I install pip?
How does python input work?
How do I download a file over http using python?
So, what is an iterator, then?
Is there any equivalent to scanf() or sscanf()?
What is class variable in python?