Solution Exercise 107: python program to create dictionary containing list of integers as keys and lits of their divisors as values
Exercise 107 Write a program in Python that asks the user to enter ten integers of their choice and return them a dictionary whose keys are the integers entered and…