PY/MATH
Home
Challenges
Concepts
Progress
Final Project
0 XP
·
L1
EN
NO
☾
⚙
← Challenges
Statistics · Hard
Population Variance
Write `variance(xs)` returning the population variance (mean of squared deviations from the mean).
solution.py
○ Loading…
Reset
Loading...
Run code
Check solution
Console
Test cases
variance([2, 4, 4, 4, 5, 5, 7, 9])
PENDING
Hidden
PENDING
Hints
Reveal next hint
>_