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