• 'Common Words' - why my sollution is wrong

Question related to mission Common Words

 

Your result:'one,two,three' - my result

assert checkio('one,two,three', 'four,five,one,two,six,three') == 'one,three,two' - right answer.

I think that this answer isn't right, position should be - 'one,two,three' like in my sollution.