Concept Flow - Nested lists
Create outer list
Add inner lists as elements
Access elements by outer index
Access inner elements by inner index
Use nested loops or indexing to read/change values
This flow shows how an outer list contains inner lists, and how to access elements step-by-step.