[Solved]Countvowelspy Complete Function Countvowels Str2count Return Number Lower Case Vowels E O Q37300684
(count_vowels.py) Complete the functioncount_vowels(str2count). It should return thenumber of lower-case vowels (‘a’,’e’,’i’,’o’,’u’)in str2count. The provided main()reads a string from the user, and prints out the value returned bya call to the function.
Expert Answer
Answer to (count_vowels.py) Complete the function count_vowels(str2count). It should return the number of lower-case vowels (‘a’,’… . . .
OR

