PY/MATH
Challenges
Sequences · Medium

Arithmetic Sum

Write `arith_sum(a, d, n)` returning the sum of the first `n` terms.

solution.py○ Loading…
Loading...
Console
Test cases
arith_sum(1, 1, 100)PENDING
HiddenPENDING
Hints