No Idea!

  • + 1 comment

    Refer python documentation for split() function... It's default value is None! Also the inputs for firstSet and secSet are humungous lists!You need to convert them to sets. This will solve the timeout problem. See my code,you'll get the idea.