You can read the task, take hints and check your answer — but nothing is saved. No XP, no skill points, and this task will not be marked complete.
Add a docstring to this function stating what it returns. Your submission must contain a triple-quoted string.
```
def average(numbers):
return sum(numbers) / len(numbers)
```
What this proves: Document the contract, including what the function refuses to handle.
Need assistance? You can reveal sequential hints. Each hint applies a minor penalty to your score.
If you are completely stuck, you can unlock the full step-by-step walkthrough.