← Back to archive

Stdle #42 · iteration · 2026-07-18

What does this Python snippet output?

A past puzzle — fully playable. 4 attempts, hints on wrong guesses.

m = map(str, [1, 2, 3])
print(list(m))
print(list(m))
Iteration
2 lines
4 attempts left

Answer & explanation