Create the variable items that stores the length of the cart list.
items
cart
Make sure to type items = len(cart).
items = len(cart)