Solution Exercise 106: python code to generate a dictionary from some entered numbers
Exercise 106 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 entered integers and…