Not long ago, a member posted a problem in the Homework section, concerned with determining which of the five-digit permutations of 4, 5, 6, 8, and 9 were divisible by 8.
I first thought about writing some C code to figure this out, but when I discovered that Python has some functions that...