leap = input("Enter a year:") if leap/400 == 0: print("The year",leap,"is a leap year") else: print("The year",leap,"is not a year")