lessonLab · Build the guarded functionPython (in-browser)loading Python…
main.py
$ booting the Python runtime…

The brief

Build the guarded function

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

Run your code, then check your solution against the server.