Stdle #23 · iteration · 2026-06-29
What does this Python snippet output?
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
import itertoolsit = itertools.islice(range(100), 2, 5)print(list(it))Iteration
Stdle #23 · iteration · 2026-06-29
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
import itertoolsit = itertools.islice(range(100), 2, 5)print(list(it))