Question: Write a Python module to count the number of occurrences of each letter contained within a user input statement. Capital letters will be treated as
Write a Python module to count the number of occurrences of each letter contained within a user input statement. Capital letters will be treated as separate occruances from their lower case representations. Also below note that multiple occurances changes "time" to "times". For example; Please Input Statement: "Python!!" Results for Letter Occurances: P occurs 1 time y occurs 1 time t occurs 1 time h occurs 1 time o occurs 1 time n occurs 1 time ! occurs 1 times Continue (Y/N)? N If "Y" or "y" are entered the application should repeat operation.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
