PY/MATH
Challenges
Sequences · Easy

Triangular Numbers

Write `triangular(n)` returning the n-th triangular number 1+2+...+n.

solution.py○ Loading…
Loading...
Console
Test cases
triangular(1)PENDING
triangular(5)PENDING
HiddenPENDING
Hints