Question: python 5. (5 points) Write a program that requests a sentence as user input and then displays the letters in the sentence along with their

python 5. (5 points) Write a program that requests a sentence as user input and then displays the letters in the sentence along with their frequencies. For example, for the sentence "this is a test", the output dictionary will be {'t": 3, 'h": 1, ,": 2, ,s": 3, , ,: 3, ,a,: 1, ,e": 1). r S
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
