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