Chapter 42. Using Lists to Operate on Data Efficiently
In this lesson, you are going to learn about lists. Lists are more flexible than arrays because, with lists, you can size a list dynamically, based on the input.
In this lesson, you are going to learn about lists. Lists are more flexible than arrays because, with lists, you can size a list dynamically, based on the input.