I want to find all subsets (with repetition) that sum to any number within a range of numbers. The following code works if I replace range(69,73) with simply, say, 72. Otherwise