year = int(input("Tell me a number ")) if year % 4 : print ("Its not a leap year!") else : print ("Its a leap year!")