Python

Test Score Average

Return the average of user input values

This function is passed a group of numbers and the average is returned.

Example:

> python average.py

> None

> 5.0

> 8.5