No Idea!

  • + 2 comments

    Think its because the intersection method is mainly for intersecting sets, and sets can have no duplicate entries. Even if you can intersect a set with a list, the resultig set will have no duplicate entries like the list.

    The arr list will have duplicate entries, so there will be duplicate matches.