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 metadata in python?
List out loop breaking functions?
What are python modules? Name some commonly used built-in modules in python?
Write a logic to find the max sum of a list in another list?
How is a .pyc file different from a .py file?
How do you extend in python?
What is abc abstractmethod?
How to convert a list into a tuple?
Is google made with python?
What is python good for?
What is proxy object in python?
State and explain about strings?