Computer Science, asked by nandini2536, 1 year ago

What does ‘immutable’ mean ? Which data type in Phython are immutable.

Answers

Answered by BiswaShresikha
1

Answer:

Immutable: immutable objects are not modified (i.e) not changeable int, float, bool, str, tuple, Unicode, etc ... are immutable. immutable objects are expensive and difficult to change. a tuple is enclosed within the parenthesis tuples are immutable and can't be changed.

Answered by Anonymous
0

Tuples are immutable i.e the value cannot be changed. So, Option D is correct.

Similar questions