Python program to check whether a given character is an alphabet
kw.py
Output
kodingwindow@kw:~$ python3 kw.py ______________________________________________ Program to check a character is alphabet ______________________________________________ Enter the character U U is vowel and alphabet ______________________________________________ kodingwindow@kw:~$ python3 kw.py ______________________________________________ Program to check a character is alphabet ______________________________________________ Enter the character AEIOU AEIOU is set of characters ______________________________________________
Advertisement