PY/MATH
Home
Challenges
Concepts
Progress
Final Project
0 XP
·
L1
EN
NO
☾
⚙
← Challenges
Sequences · Easy
Nth Term Arithmetic
Write `nth_term(a, d, n)` returning the n-th term (1-indexed) of an arithmetic sequence.
solution.py
○ Loading…
Reset
Loading...
Run code
Check solution
Console
Test cases
nth_term(1, 2, 5)
PENDING
Hidden
PENDING
Hints
Reveal next hint
>_