#Write a program to prompt(input) year and check if it is leap year code example Example: python check if year is a leap year import calendar print(calendar.isleap(1900))