Ad
  • Default User Avatar
    • asking for help is not a kata issue, please ask questions instead
    • on Codewars, you need to return your result, not merely print it, otherwise the tests will not find it
    • your code should return a tuple, not a list
    • "It should find two different items" --> your code sometimes yields identical indices
  • Custom User Avatar

    error msg is "type must be int", I dont understand, its definitely int in tuple.