# Bug report <img width="810" alt="Снимок экрана 2023-10-26 в 10 04 40" src="https://github.com/python/cpython/assets/4660275/ae236f93-f637-4861-8ac0-630471097b84"> However, ```python >>> import itertools >>> itertools.count() count(0) >>> next(itertools.count()) 0 ``` I propose that we use `[start, step]` instead. <!-- gh-linked-prs --> ### Linked PRs * gh-111344 * gh-111385 <!-- /gh-linked-prs -->