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 do I stop a python script?
What does ord () do in python?
What is matplotlib for python?
What is the length of your largest python code? Can you please describe the project?
What is defined isalpha() in python?
How is a .pyc file different from a .py file?
How will you capitalize the first letter of string?
What does slicing mean in python?
Explain the uses of the modules sqlite3, ctypes, pickle, traceback, and itertools.
What language is python based on?
What are the two ways to use python interpreter?
Mention what is flask-wtf and what are their features?
Can you slice a tuple?
What is pytest?
What do you understand by python modules?