year = input("enter year: ") if year: print("the year " + year + "is a leap year.") else: print("the year " + year + "is not a leap year.")