Given string of lowercase letters (a-z).Determine number of strings with atleast one vowel.This is my code!
def isVowel(c) : return (c == \'a\' or c == \