It can be quite common that you have to work with a list:
- You may get a list of products from an API call
- You may get a list of people from a database
- You may get a list of items in an online store by reading from a CSV file
- You may get a list of numbers from a range
The list goes on.
Continue reading