CBSE Class 11 Computer Science Question 28 of 173

Data Handling — Question 13

Back to all questions
13
Question

Question 13

In Python, a variable may be assigned a value of one type, and then later assigned a value of a different type. This concept is known as .......... .

  1. mutability
  2. static typing
  3. dynamic typing ✓
  4. immutability
Answer