Count how many items are in a user's basket by using len() on the list stored in basket.

Make sure to pick len followed by ( and then basket, ).