PY/MATH
Home
Challenges
Concepts
Progress
Final Project
0 XP
·
L1
EN
NO
☾
⚙
← Challenges
Statistics · Easy
Count Above
Write `count_above(xs, threshold)` returning how many values are strictly greater than `threshold`.
solution.py
○ Loading…
Reset
Loading...
Run code
Check solution
Console
Test cases
count_above([1, 2, 3, 4, 5], 3)
PENDING
Hidden
PENDING
Hints
Reveal next hint
>_