A programmer wrote the code segment below to display the average of all the elements in a list called numbers. There is always at least one number in the list.

The programmer wants to reduce the number of operations that are performed when the program is run. Which change will result in a correct program with a reduced number of operations performed?