6. Write a Python program to check whether a year is leap year or not. Solution :- year = int(input("Enter the Year :- ")) if(year % 4 == 0): print("Leap Year") else : print("Not a Leap Year") Output :-
All computer course for class 9th to 12th with proper practical and theory .........