Question: Write a Python function that returns the frequencies of vowels (a, e, i, o, u) that occur in an input string S. The output should

Write a Python function that returns the frequencies of vowels (a, e, i, o, u) that occur in an input string S. The output should be a dictionary. Test it with the text below. In [7]: text = "The transportation industry is still struggling to recoverAnother 900,000 Americans filed initial jobless clain In [3]: def count_vowels (S): pass
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
