Feedback from user pav31
Good day!
I may be mistaken, but as far as I understand
the resulting string (on the right of == ) should be "one,two,three"
It is "one,three,two" , so it throws a fail msg.
assert checkio("one,two,three", "four,five,one,two,six,three") == "one,three,two", "1 2 3"
URL from: http://www.checkio.org/mission/common-words/solve/
HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36
I may be mistaken, but as far as I understand
the resulting string (on the right of == ) should be "one,two,three"
It is "one,three,two" , so it throws a fail msg.
assert checkio("one,two,three", "four,five,one,two,six,three") == "one,three,two", "1 2 3"
URL from: http://www.checkio.org/mission/common-words/solve/
HTTP_USER_AGENT: Mozilla/5.0 (Macintosh; Intel Mac OS X 10_7_5) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/33.0.1750.152 Safari/537.36