Character or not

char = input("Enter a character: ")
if((char>='a' and char<= 'z') or (char>='A' and char<='Z')):
    print(char, "is an Alphabet")
else:
    print(char, "is not an Alphabet")



OUTPUT :-



For Other Programs Visit The WebSite:-   https://www.techapurba.com/

Follow Me On Social Media :-

For tech related videos visit my other website :- https://apurbatechinfo.blogspot.com/

Post a Comment

0 Comments