Just like strings, lists have a length. A list's length is the number of elements it contains.

Awesome! Just as we did with strings, we can get the length of a list by writing len() with the list's name in the parentheses.

Didn't we want to know the length of the list?