Learn
Lists
Lists: Review
Congratulations! Now you’ve learned about another data type known as a list.
- A list is an ordered sequence of information
- You can access an item in a list by using its index position
- You can append items to the end of the list or insert them in the middle
- You can also remove an item from the end or middle of a list
Instructions
Make sure that you understand the concepts before moving ahead!