Question: Write a python program using function to check whether an input character is a vowel or consonant. Sample Input: a Sample Output: This is a
- Write a python program using function to check whether an input character is a vowel or consonant.
Sample Input: a
Sample Output: This is a vowel.
Sample Input: c
Sample Output: This is a consonant
*** You have to use function for both program.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
