Stdle #51 · 2026-07-27
What does this log?
Read the snippet and type its exact console output. You get 4 attempts — each wrong guess unlocks a hint.
total = 0nums = [3, 1, 4, 1, 5]print([total := total + n for n in nums])Modern
Stdle #51 · 2026-07-27
Read the snippet and type its exact console output. You get 4 attempts — each wrong guess unlocks a hint.
total = 0nums = [3, 1, 4, 1, 5]print([total := total + n for n in nums])