← Back to archive

Stdle #49 · quirks · 2026-07-25

What does this Python snippet output?

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

a = {'x': 1, 'y': 2}
b = {'y': 9, 'z': 3}
print(a | b)
Quirks
4 attempts left

Answer & explanation