Hello.
I would like to give some feedback about ...
From: https://py.checkio.org/mission/popular-words/solve/
HTTP_USER_AGENT:
Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/70.0.3538.77 Safari/537.36
Looks like there is a mistake in expected result in dictionary:
{
'i': 4,
'was': 3,
'three': 0,
'near': 0
}
.
There is "nearly" word in original text, so, I expect, key 'near' of the dictionary should have 1, but not 0.
Created at: 2018/11/04 10:30; Updated at: 2018/11/04 11:16