day = input("What day of the week is it? ") hol = input("Is it a holiday?") if hol == "yes" or day == "sat" or day == "sun": print("You should stay in bed snoozing!")