Pour nums = [2, 7, 11, 15] et target = 9, que doit renvoyer find_pair ?
nums = [2, 7, 11, 15]
target = 9
find_pair
()
(0, 1)
(1, 2)
(2, 7)