Use the len() function to get the length of numbers.

That's it! len(numbers) will give us the length of the numbers list.

Make sure to add len(numbers) to your code.