This repository demonstrates a common error in Python when calculating the average of a list of numbers: not handling non-numeric elements. The bug.py file contains ...