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 make a chain of function decorators?
Is python the future of programming?
How fast can you learn python?
What are identifiers python?
What is namespace in Python?
Should I learn c before python?
What is a numpy in python?
Can you list down some of the pdb commands for debugging python programs?
What is a lambda in coding?
Is python zero indexed?
What is monkey patching?
Are there arrays in python?