No Idea!

  • + 0 comments

    Hi, we are using map only on set1 and set2 but not on array. I doubt this was causing the error.[(e in set1) - (e in set2) for e in arr] in this code we are getting false(0). You can use map on all three inputs(set1,set2 and array) which would give you desired result.