Make sure to include comments that explain all your
steps (starts with #)
Make sure to include comments that explain all your
steps (starts with #)
Write a program that prompts the user for a string (a sentence,
a word list, single words etc.), counts the number of times each
word appears and outputs the total word count and unique word count
in a sorted order from high to low. The program should: Display a
message stating its goal Prompt...