Read a string from the input and print a list of vowels that belong to that string.
All vowels are enlisted in a variable of the same name.
Read a string from the input and print a list of vowels that belong to that string.
All vowels are enlisted in a variable of the same name.
Sample Input 1:
invertebrateSample Output 1:
['i', 'e', 'e', 'a', 'e']Create a free account to access the full topic