Python Program to check character is Vowel or Consonant

Write a Python program to check character is Vowel or Consonant with a practical example. Python Program to check character is Vowel or Consonant This python program allows a user to enter any character. Next, we are using the If Else Statement to check whether the user given character is Vowel or Consonant. Here, the If statement checks whether the … Read more