7. Write a Python program to check whether a character is alphabet or not. Solution:- alpha = input("Enter the Charater :- ") if((alpha >='a' and alpha<='z') or (alpha >='A' and alpha<='Z')): print("It is Charater",alpha) else: print("It is not Charater",alpha) Output :-
All computer course for class 9th to 12th with proper practical and theory .........