Search⌘ K
AI Features

Challenge: Find Two Numbers That Add Up to "n"

Let's write a function to find two numbers that add up to n.

Problem statement

In this problem, you have to implement the find_sum(lst, ...