Stdle #69 · iteration · 2026-08-14
What does this Python snippet output?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
it = iter([])print(next(it, None))Iteration
Stdle #69 · iteration · 2026-08-14
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
it = iter([])print(next(it, None))