← Back to archive

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
4 attempts left

Answer & explanation