PythonCookAll activities
Tier 1 · Fix the bug

Fix the average function

Fix the bug

Find the one bug and make every test pass.

average(nums) should return the mean of a non-empty list. It has one bug: read it, find the cause, and fix it.

solution.py
Loading...
starting...

Run your code to see its output here.