I would like to give some feedback about ...
From: http://www.checkio.org/mission/words-finder/solve/
HTTP_USER_AGENT:
Mozilla/5.0 (Windows NT 6.3; WOW64; rv:36.0) Gecko/20100101 Firefox/36.0
Test result:
Your result: "<span>Hell</span><span>lo</span> <span>World</span>! <span>Or</span> <span>LO</span>L"
Right result: "<span>Hello</span> <span>World</span>! <span>Or</span> <span>LO</span>L"
Fail: checkio("Hello World! Or LOL", "hell world or lo")
In the key words "hell world or lo" there is no "o" in the first word. So the first span should not have this o either!
This error is also in the example test and in the text,
Created at: 2015/03/18 16:01; Updated at: 2015/03/18 17:42