I have a lot of content in terminal, books descriptions. When I use:
books_text = """Start of text.. end of text."""
print(books_text)
I just see on terminal always end, start is hidden on top, that I can't see.
So, the question, how to print content (with python code commands, statements), that starts from top . Then I can scroll it bottom.
Thanks.