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 do you launch sub-processes within the main process of a python application?
How can I read inputs as integers/float?
How do you parse a json file in python?
What is a raw input?
How does raw_input work in python 3?
Mention the rules for local and global variables in python?
What are functions in python?
What is a panda in python?
Do sheeps sleep?
How to make a chain of function decorators?
Can you make a python executable?
What is the __ init __ method used for?