Task Common Words has bad test: checkio("one,two,three", "four,five,one,two,six,three") == "one,three,two"
In my opinion, right test is: checkio("one,two,three", "four,five,one,two,six,three") == "one,two, three"