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 |
How to create prompt in the console window?
Does python have private variables?
How do you convert string as a variable name in python?
What are the attributes?
State some programming language features of python?
Why is python used?
What is the mro in python?
Is python written in python?
Why lambda forms in python does not have statements?
How are inheritance and overriding methods are related?
What are key features of python?
Whenever python exits, why isn’t all the memory de-allocated?