Question: python 1 Design a python program which will accept a phrase(string) for the user at the keyboard, then calculate and display the number of vowels,
python 1
Design a python program which will accept a phrase(string) for the user at the keyboard, then calculate and display the number of vowels, consonants and words. make functions countVowels, countConsonants, countWords()
sample output
Enter a phrase: Python programming is fun!
your phrase has 4 words, 6 vowels, and 16 consonants.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
