Question: Write a program that accepts a string as input, then prints out the vowels in that string and then prints the consonants in that string.
Write a program that accepts a string as input, then prints out the vowels in that string and then prints the consonants in that string.
>>> splitem("elephant")
Vowels: eea
Consonants: lphnt
Step by Step Solution
3.29 Rating (158 Votes )
There are 3 Steps involved in it
This is simply a matter of combining justvowels and notv... View full answer
Get step-by-step solutions from verified subject matter experts
