code of python to check weather a year is leap year in python code example Example: python check if year is a leap year import calendar print(calendar.isleap(1900))