Data type in python
What is Mutable? Variable means something that can be changed . In Python, “mutability” is the ability to change the value of an object. These are usually objects that store data. Object which are mutable are: Lists Dictionaries Sets What is Lists? A list contains collection of any records kind: strings, ints, different lists. […]
Data type in python Read More »