Learning Scientific Programming with Python (2nd edition)
P4.1.1: Average air-speed of an unladen African swallow
Question P4.1.1
Write a program to read in the data from the file swallow-speeds.txt
and use it to calculate the average air-speed velocity of an (unladen) African swallow. Use exceptions to handle the processing of lines which do not contain valid data points.