Computer Science, asked by Anonymous, 3 months ago

it is a variable whose value may change in its place (python)
A. Mutable
B. Immutable
C.constants

Answers

Answered by amithasulthana1974
3

Most python objects (booleans, integers, floats, strings, and tuples) are immutable. This means that after you create the object and assign some value to it, you can't modify that value. ... The variable name bound to the object points to that place in memory

Answered by himanshusharma16361
2

Answer:

Mutable and immutable types

Some values in python can be modified, and some cannot. This does not ever mean that we can't change the value of a variable – but if a variable contains a value of an immutable type, we can only assign it a new value. We cannot alter the existing value in any way

Explanation:

step by step instructions

apne bhi pic paste karlena..

Take care..

Have a good day.

Attachments:
Similar questions