How I write a function "noVowel" in python that determines whether a word has no vowels?
In my case, "y" is not a vowel.
For example, I want the function to return True if the word is something like "My" and to return false if the word is something like "banana".
No comments:
Post a Comment