days = int(input("How many days in a leap year? ")) if days == 366: print("You have cleared the test.") print("Congrats!")