Problem

# Problem 3 ### Write a Python function to check whether an alphabet is a vowel or consonant.

1
2
3
4
Output:

Enter a letter: L                                       
L is a consonant.