Create a function in Python that accepts a single word and returns the number of vowels in that word. In this function, only a, e, i, o, and u will be counted as vowels — not y.
This Notebook Contains practice question for the note on [Strings](DS_Strings.ipynb). Try working online at: [Coding Ground - Tutorials Point](https://www ...