Template: Click this link, and share with mrcodeswildride:
new project
Hints
When the user inputs some text, create an empty dictionary for the character
counts, and add each character to the dictionary with the appropriate counts.
Then loop through the dictionary to show the character frequencies.