def b(a): if a % 4 == 0: if return True return False print(b(2016))