Sponsored
Sponsored
Use these hints if you're stuck. Try solving on your own first.
For each number in the range, check whether it is self dividing by converting that number to a character array (or string in Python), then checking that each digit is nonzero and divides the original number.