I would like to give some feedback about ...
From: http://www.checkio.org/mission/count-neighbours/solve/
HTTP_USER_AGENT:
Mozilla/5.0 (Windows NT 6.0; rv:44.0) Gecko/20100101 Firefox/44.0
X coordinate is out of range. Maybe it should be ..., 4, 5) instead of ..., 5, 4)
сount_neighbours(
((1,0,1,0,1),
(0,1,0,1,0),
(1,0,1,0,1),
(0,1,0,1,0),
(1,0,1,0,1),
(0,1,0,1,0),), 5, 4)
Created at: 2016/02/05 22:34; Updated at: 2016/02/06 19:10