That's it! len(numbers) will give us the length of the numbers list.
len(numbers)
numbers
Make sure to add len(numbers) to your code.