Python Exercise 12 Problem, Part 1 In this Python exercise, write a Python program that’s given the range of numbers between 4000 and 9000 to validate that each digit in the range is divisible by 4. For example, if the number 1000 was given, each digit would need to be…