hexspeak-replace-order-independent

Status: IN

The two `.replace("0","O").replace("1","I")` calls in `to_hexspeak` produce the same result regardless of order, because `hex()` output contains only `0-9a-f` — no `O` or `I` characters exist before substitution.

Source: entries/2026/06/06/hexspeak-solution.md

JSON