Question: Please follow instructions. Write a Python function that does the following: 1. Its name is count_vowels 2. It takes one string as argument 3. It
Write a Python function that does the following: 1. Its name is count_vowels 2. It takes one string as argument 3. It counts how many vowels there are in the string using a while loop 4. It returns an integer representing the number of vowels (a,e),0,u - both lowercase and uppercase) found in the argument 5. You can (and should) use the operator in
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
