• First two asserts are wrong (tes...

Question related to mission Target hit

 

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].