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
7
Answer:
Mutability
Explanation:
If we can change then its mutable else immutable
Similar questions