#try to avoid input function a = int(input("enter year")) if a%4 == 0: print("Leap year") else: print("Not a leap year")
Click the run button. Try to avoid input() function.