I want edit some(More than one line) of the last lines in output.
But I have a lot of lines before them that clearing and reprinting all them slows down my program
(I can't use '\r'
Because the lines I want to edit are more than one line).
print("Lots of lines")
print("Lines to be edited\nLines to be edited")