PY/MATH
Home
Challenges
Concepts
Progress
Final Project
0 XP
·
L1
EN
NO
☾
⚙
← Challenges
Sequences · Easy
Geometric Sequence
Write `geom_seq(a, r, n)` returning first `n` terms with first term `a` and common ratio `r`.
solution.py
○ Loading…
Reset
Loading...
Run code
Check solution
Console
Test cases
geom_seq(2, 3, 4)
PENDING
Hidden
PENDING
Hints
Reveal next hint
>_