Concept Flow - Dynamic typing in Python
Assign value to variable
Python stores value with type
Variable can be reassigned
New value can be different type
Python updates variable's type dynamically
Use variable with new type
Python lets you assign any type of value to a variable and change it later without errors.