1
Reply

Mutable and Immutable Datatypes in Python

Dipa Mehta

Dipa Mehta

5y
813
1
Reply

What is the difference between mutable and immutable datatypes.

    Some of the mutable data types in Python are list, dictionary, set and user-defined classes.On the other hand, some of the immutable data types are int, float, decimal, bool, string, tuple, and range.