Two Sum Interview Problem in Python ... for each number Y in list of numbers starting from X: if X+Y equal target number, return indices.
確定! 回上一頁