What do you understand by immutability?
Question : What do you understand by immutability?
Immutability means not changeable. The immutable types are those that can never change their value in place. In python following types are immutable –
I. Integers
II. Floating point numbers
III. Booleans
IV. Strings
V. Tuples