Two sum (the first problem) has a big

Inside the problem, you state the following: "you may not use the same element twice." However, the test cases include a list to two 3's and that case becomes problematic for the implementation that I wrote in Python 2. Can you please correct this error for the Problem "Two Sum"?

Comments (1)