Functions can use the list's length for comparisons, like checking if the length of passengers is greater than the maximum 4.
passengers
4
Make sure to pick len(passengers), followed by >, and finally 4.
len(passengers)
>