• + 0 comments

    My entry:

    return len([x for x in list(map(int, str(n))) if x != 0 and n % x == 0])