Task
Improve the find_pairs_summing_to_target function from puzzle 38 so that it doesn’t use nested loops. The inputs and output to the function will be the same. If your original solution didn’t make use of nested loops then feel free to skip this bonus task.
Starter Code