Question: In Python please 5. Read a string input by the user from the keyboard. Process this string to count the number of vowels['a','e','1','o' and 'u'
In Python please
5. Read a string input by the user from the keyboard. Process this string to count the number of vowels['a','e','1','o' and 'u' only), consonants (non-vowels), punctuation(?',7,'?', double quote, single quote/apostrophe, and !'), digits and white space characters. When you have finished processing the string, print the results in a well formatted table. 6. Alter your answer for the previous problem so that it works for any number of strings in a list. The character counts should reset for each string and the output should contain the original string prior to the table. (Remember that you don't have to create an actual list. Your program should be able to process any list that is given to it so it should be as generic as possible.)
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
