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
Stdle #42 · iteration · 2026-07-18
A past puzzle — fully playable. 4 attempts, hints on wrong guesses.
m = map(str, [1, 2, 3])print(list(m))print(list(m))