0
MAMansimar Anand
0 Comments
def get_vowels(string): return [each for each in string if each in 'aeiou']