Python, 20 bytes lambda _:_ in'abipq' Same approach as the others, standard Python golf techniques.
posted 6mo ago by Karl Knechtel
## Python, 20 bytes ``` lambda _:_ in'abipq' ``` Same approach as the others, standard Python golf techniques.