year = input("Enter a year:") if year == (year/4) : print("the year", year ,"is a leap year") else: print("the year", year ,"is not a leap year")