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 .......... .
- mutability
- static typing
- dynamic typing ✓
- immutability
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 .......... .