Write a python program to check if a given year is a leap year or not. code example Example: python check if year is a leap year import calendar print(calendar.isleap(1900))