Count the number of vowels in a given string. :param s: Input string to count vowels in. :return: Number of vowels in the input string.
function named count_vowels. This function takes a single string as input and returns a dictionary. The dictionary should contain counts of each vowel ('a', 'e', 'i', 'o', 'u') found in the string. It ...