Learn
Working with Lists in Python
Operations on Lists
Now that we know how to create a list, we can start working with existing lists of data.
In this lesson, you’ll learn how to:
- Get the length of a list
- Select subsets of a list (called slicing)
- Count the number of times that an element appears in a list
- Sort a list of items
Instructions
When you’re ready, continue to the next exercise.