If we have a txt file like
a
b
c
d
I need a function that helps me to read between line 0 and line 3. Something like
>>> Return between_lines(0,3)
>>> b, c
I can't assign 'readlines()' to a variable because the file have 4000 lines and it's too big