• About input data

Question related to mission Triangular Vertices

 
  1. Should all of the points in input set be the vertices of the acceptable figure? For example: checkio([1, 2, 3, 10]) == 3 or checkio([1, 2, 3, 10]) == 0?
11