Light Mode
Dark Mode
First two asserts are wrong (tes...

First two asserts are wrong (tests on the server are fine):

assert checkio([[[1,1],[3,1],[3,3],[3,1]], [2,2]]) == True, "First"
assert checkio([[[1,1],[3,1],[3,3],[3,1]], [4,2]]) == False, "Second"

The second point is actually [1,3].

Created: March 9, 2013, 11:24 p.m.
Updated: Sept. 30, 2013, 1:46 p.m.
0
15
User avatar
EvilFrog1488