Computer Science, asked by yashmark100, 5 months ago


1. In Python,a variable may be assigned a value of one type, and then later
assigned a value of different type. This concept is known as
a) Mutability
b) Static typing
c) Dynamic typing
d) immutability​

Answers

Answered by jvrfod2222
7

Answer:

Mutability

Explanation:

If we can change then its mutable else immutable

Similar questions