Question: in python Write a function named is_vowel that takes a character (i.e. a string of length 1) and returns True if it is a vowel,
in python Write a function named is_vowel that takes a character (i.e. a string of length 1) and returns True if it is a vowel, False otherwise. Be sure your function is case-insensitive (its easiest to convert everything to lower case).
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
