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 the word for 6 times?
What is slice notation in python to access elements in an iterator?
What are the optional statements that can be used inside a <try-except> block in python?
Where is python in anaconda?
Tell me why and when do you use generators in python?
How is garbage handled in python?
What are the two main types of functions in python?
Explain python’s slice notation?
What is input () in python?
How many hours does a python sleep?
How will you verify different flags at once?
What is the use of map in python?