All problems
EasyFunctions
Functions — average
Write `average(numbers)` that returns the mean of the list.
- #functions
- #math
Sample input
[78, 82, 91, 65, 88, 73, 95]
Sample output
81.71428571428571
functions.py
Output
Press "Run code" to execute.
Loading…
Write `average(numbers)` that returns the mean of the list.
[78, 82, 91, 65, 88, 73, 95]
81.71428571428571
Press "Run code" to execute.