What does ‘immutable’ mean ? Which data type in Phython are immutable.
Answers
Answered by
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
0
Tuples are immutable i.e the value cannot be changed. So, Option D is correct.
Similar questions