For all the numbers 1–1500, use a nested list/dictionary com…
For all the numbers 1–1500, use a nested list/dictionary comprehension to find the highest single digit any of the is divisible by. The number is the key and the highest single digit any of the numbers is divisible by is the value.