Post History
Python 3, 5 unique bytes, 28 total (()==())/((()==())+(()==())) (, ), =, /, + Uses (()==()) to get True with only 3 unique characters, as well as making the later grouping of (...+...) free. ...
Answer
#1: Initial revision
# [Python 3], 5 unique bytes, 28 total ```python (()==())/((()==())+(()==())) ``` `(`, `)`, `=`, `/`, `+` Uses `(()==())` to get `True` with only 3 unique characters, as well as making the later grouping of `(...+...)` free. [Try it online!][TIO-l18vnkvv] [Python 3]: https://docs.python.org/3/ [TIO-l18vnkvv]: https://tio.run/##K6gsycjPM/5fUJSZV6LxX0ND09ZWQ1NTXwPG0oYxNP9r/gcA "Python 3 – Try It Online"