Create a function called reportVowel that takes a string as an input parameter.
Return from the function the INDEX of the first vowel encountered.
No import libraries can be used in your code.
Example call: reportVowel ("This is a nice sentence.") would return '2', the position of the i in This.
Vowels: a,e,i,o,u,y. You can assume all input is lower case.
in python
Already registered? Login
Not Account? Sign up
Enter your email address to reset your password
Back to Login? Click here