Question: please do it with proper instructions and information. thank you. Write a python program that will take a string input from the user. Your task
Write a python program that will take a string input from the user. Your task is to count the number of vowels and consonants in the string. Using try, if the number of vowels is greater than or equal to the number of consonants, then raise a runtime error. Print Number of vowels greater/equal to consonants. Please paraphrase.. Otherwise, print 'The sentence will work. Note: a,e,i,o,u are called vowels and all the other 21 english alphabets are consonants. Example 1: Input: This age is 10 Output: Number of vowels greater/equal to consonants. Please paraphrase. Example 2: Input: "he is 10 years old Output: The sentence will work
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
