Contents:
calculate_mean()
print_mean()
This is a sample module.
Calculate the mean of a list of numbers.
numbers (List[Union[int, float]]) – A list of numbers.
The mean of the numbers.
float
ValueError – If the input is not a list of numbers.
Print the mean of a list of numbers.
None