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
Explain important characteristics of python objects?
Can I build website using python?
What is difference between set and list in python?
How do you take input in python?
Is java or python better?
What is python private heap space?
How to get the current time in python?
How can you prevent abnormal termination of a python program?
What is yaml file in python?
Tell me how do you debug a program in python? Is it possible to step through python code?
Do you know the number of keywords in python?
Can python make websites?
How to save an image locally using python whose url address I already know?
How multithreading is achieved in python?
What is a numpy array?