← Back to archive

Stdle #34 · modern · 2026-07-10

What does this Python snippet output?

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

n = 0
if (n := len("hello")) > 3:
print(n)
Modern
4 attempts left

Answer & explanation