← Back to archive

Stdle #52 · strings · 2026-07-28

What does this Python snippet output?

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

x = 5
y = 3
print(f"{x + y = }")
Strings
4 attempts left

Answer & explanation