Computer Science, asked by Anonymous, 10 months ago

Write a program in python to accept a character from the user and display whether it is vowel or consonant.

Answers

Answered by jyotigupta64
3

Explanation:

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.

Answered by parthsharma777210c
0

Answer:

Write a Simple Program in Pythons

Open your Start menu and choose Python (command line). You should get a prompt that looks like >>>. ...

At the prompt, type the following. Use a single quote at the start and the end — it's beside the Enter key: ...

Press the Enter key. Python runs the code you typed.

Similar questions