digits-dividing-num-no-zero-guard

Status: IN

`digits_dividing_num` will raise `ZeroDivisionError` if any digit of the input is zero, since there is no guard before the `num % digit` expression

Source: entries/2026/06/06/count-the-digits-that-divide-a-number-solution.md

Depended on by

JSON