day = input:("what day of the week is it?") holiday = input:("is it a holiday?") if day == "sat" or "sun" and holiday == "yes": print("You should stay in bed snozing")