What is the difference between a Mutable datatype and an Immutable data type?
Answer Posted / 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 |
Post New Answer View All Answers
What are the differences between pyramid, django, and flask?
When do you choose a list over a tuple?
Is python dictionary a hash table?
Will python support object oriented?
What does __ name __ mean in python?
Explain python list comprehension?
Write a small code to explain repr() in python ?
is there any maximum length expected for an identifier?
What are range and xrange?
What is the interactive mode?
What does do in python?
How is python executed?
What is the difference between python 2 and python 3?
In python, can you name the data science and machine learning libraries?
List some namespace in python?