What do you understand by term immutable?
Question : What do you understand by term immutable?
Immutable types are those data types that can never change their value in place. In Python the following types are immutable:
(i) integers
(ii) floating-point numbers
(iii) Booleans
(iv) Strings
(v) Tuples