I would like to give some feedback about a bug I founded during my run&check. In the fourth extra test, the invokation in the UI seems to be
checkio(["BWA-B-","-W----","-WW-B-","-W---B","--B---","B-B---"])
However, within the code, the variable passed is actually (obtained by print(bunker))
checkio(['B---B-', '-WWW-B', '-WA--B', '-W-B--', '-WWW-B', 'B-BWB-'])
Due to this, my solution is not passing the test, since what is expected is different.
Created at: 2014/07/18 13:25; Updated at: 2014/07/21 20:25