year1 = int(input("Enter the year for the first date. ")) month1 = int(input("Enter the month for the first date. (1-12)")) day1 = int(input("Enter the day for the ...