Question: Please use PYTHON language Write a program that prompts the user to provide a single character from the alphabet. Print Vowel or Consonant, depending on

Please use PYTHON language
 Please use PYTHON language Write a program that prompts the user

Write a program that prompts the user to provide a single character from the alphabet. Print Vowel or Consonant, depending on the user input. If the user input is not a letter (between a and z or A and Z), or is a string of length >1, print an error message. For example: Enter one character:A Vowel Enter one character: f Consonant Enter one character 2 That was neither avowel nor a conson Hint: "between a and z or A and Z" means does it fall in a range

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!