thisray
Results
1
issues of
thisray
Hi, If `len(lines)` = 4, `list(range(len(lines) - 1))` would be only [0, 1, 2] So.. Is here need to remove `-1` to make sure the sample result is include the...