LOL - My homework was completed, however, I think it was by force rather than skill:
L4 Problem 10
(5/5 points)
Define a function isVowel(char) that returns True if char is a vowel ('a', 'e', 'i', 'o', or 'u'), and False otherwise. You can assume that char is a single letter of any case (ie...