KnowledgeBoat Logo

Computer Science

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

Python Data Handling

19 Likes

Answer

dynamic typing

Answered By

3 Likes


Related Questions