Question: Use Python 3 for the following task: Write a program that prompts a user for input of a sentence. Print the word that occurs most
Use Python 3 for the following task:

Write a program that prompts a user for input of a sentence. Print the word that occurs most frequently in the sentence. If multiple words occur with maximal frequency, print each of them and then (on a separate line) print the number of occurrences. Example Output: Please enter a sentence: they know they are just getting started they 2
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
