Coding tools
Learn & compete
Community
Practice
Generator that never ends.
Constraints
Example
>>> c = counter(0, 2) >>> [next(c) for _ in range(5)] [0, 2, 4, 6, 8]
Recent Submissions
No submissions yet — hit Run Tests to try!
Hints