Concept Flow - How variable type changes at runtime
Assign value to variable
Check value type
Variable holds value and type
Reassign variable with new value
Check new value type
Variable updates to new type
This flow shows how a variable in Python can hold a value of one type, then be reassigned to a value of a different type, changing its type at runtime.