so, I am working on something in python and I need to take a Buch of text out of a text file. but I just can't seem to find a way to do it. some context, the amount of things to take out might change, but I think I can figure that out by myself. I need to take out from line 23 to 124, or from character 1216 to 7757 at the moment, I really have no idea on how to make it scalable, but I am sure you guys can help with that too. I've already tried to use the .readlines() & the .readline() methods, but they don't give me what I want. of course, if you need more detail ask and it shall be provided.