empty-word-always-consistent

Status: IN

An empty string `""` counts as consistent because `all()` returns `True` on an empty iterable — this is Python semantics, not special-case code

Source: entries/2026/06/06/count-the-number-of-consistent-strings-solution.md

JSON