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.
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.