Solution exercise 111: python code to create a dictionary from typed text with word as keys and reverses words as values
Exercise 111 || Solution Write a Python program that asks the user to enter a text and return him a dictionary whose keys are the words of the text entered…