I have a python list like the following:
sample_list = [20, 15, 35, 50, 2, 300, 225] target_value = 200
Now, I want to write a python program th