Concept Flow - List mutability
Create list
→Assign to variable
Modify list element
List content changes
Variable still points to same list
Use modified list
This flow shows how a list is created, modified in place, and the variable still points to the same list with updated content.