Take two numbers (separated by a space) as user input in a single line
which will be used as a range (both numbers inclusive) later. Your task is
to create and print a Python dictionary where the keys will be numbers from
that range and the corresponding values will be the odd factors (divisors)
of that number in a tuple.