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