Python Program to Check Alphabet | Python Program | Python Tutorial | Yes I Can Do

Опубликовано: 29 Сентябрь 2024
на канале: Yes I Can Do
205
7

#pythonCheckAlphabet #PythonProgram #PythonTutorial #Yes_I_Can_Do
----------------------------------------------------------------------------------------------------------------------------------------
In this program, user is asked to enter a character and the input character is stored in a variable. The program checks whether the entered character lies in the range of lowercase or uppercase alphabets, if it does then the program displays the message that the “character is an Alphabet” else it displays that the “character is not an Alphabet”.

Output:

Enter a character: 2
2 is not an Alphabet
----------------------------------------------------------------------------------------------------------------------------------------
#pythonlearning #pythoncode #python3 #coder #learntocode #Tutorial