Question: Write a Python program that will display a message The character is vowel if a given character by user is a vowel, and otherwise display
Write a Python program that will display a message The character is vowel if a given character by user is a vowel, and otherwise display a message The character is not vowel.
- Ensure that the program is well documented with comments.
- Use meaningful variable names.
Examples:
a)
Input: A Output: The character is vowel
b)
Input: G Output: The character is not vowel
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
