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
How to use gui that comes with python to test your code?
What are the two main data types in python?
Is node better than python?
What functions or methods will you use to delete a file in python?
Name the file-related modules in python?
What are python and name some key features of it?
What do you mean by list comprehension in python?
What should be the typical build environment for python based application development?
Is there a null in python?
What makes python object-oriented?
How do you do data abstraction in python?
What is tuple in python?
What are the possible ways to load an array from a text data file in python? How can the efficiency of the code to load data file be improved?
What is the difference between python and shell scripting?
What is zip() function in python?