PY/MATH
Home
Challenges
Concepts
Progress
Final Project
0 XP
·
L1
EN
NO
☾
⚙
← Challenges
Statistics · Medium
Standard Deviation
Write `stdev(xs)` returning the population standard deviation.
solution.py
○ Loading…
Reset
Loading...
Run code
Check solution
Console
Test cases
stdev([2, 4, 4, 4, 5, 5, 7, 9])
PENDING
Hidden
PENDING
Hints
Reveal next hint
>_