Lists are a powerful data type that allows you to store multiple ordered values in a single container. You are gonna love them.
What you'll learn
- Common use cases of lists
- Manipulate lists by appending, extending, concatenating, and removing
- Iterate values
- Multidimensionality