Implement average() so it raises ValueError on an empty list and returns the mean otherwise. Run it until the checkpoint passes.
Booting the Python runtime…