PY/MATH
Home
Challenges
Concepts
Progress
Final Project
0 XP
·
L1
EN
NO
☾
⚙
← Challenges
Sequences · Medium
Arithmetic Sum
Write `arith_sum(a, d, n)` returning the sum of the first `n` terms.
solution.py
○ Loading…
Reset
Loading...
Run code
Check solution
Console
Test cases
arith_sum(1, 1, 100)
PENDING
Hidden
PENDING
Hints
Reveal next hint
>_