$ booting the Python runtime…
The brief
Implement average() so it raises ValueError on an empty list and returns the mean otherwise. Run it until the checkpoint passes.
The check — can’t be faked