Respuesta :

Answer:

In this program, user is asked to input a character. The program checks whether the entered character is equal to the lowercase or uppercase vowels, if it is then the program prints a message saying that the character is a Vowel else it prints that the character is a Consonant.

This is another program in the series of Python practice programs. We have 5 vowels in English, they are a,e,i,o,u. In this program, we will take input from the user and will check if the word entered by the user starts with a vowel.

Explanation:

ACCESS MORE