Status: IN
The pangram solution uses `len(set(sentence)) == 26` as both necessary and sufficient, which is correct only under the invariant that input contains exclusively lowercase a–z characters.
Source: entries/2026/06/06/check-if-the-sentence-is-pangram-solution.md