Ad
  • Default User Avatar

    print the input like this

    def two_sum(numbers, target):
        print(f'numbers = {numbers}')
        print(f'target  = {target}')
    
  • Default User Avatar

    it means that your function returned [0, 0] for a test where the correct expected answer is actually [0, 1]