Python hide already printed text
问题 I'm creating a simple two-player board game where each player must place pieces on their own boards. What I would like to do is by either: opening a new terminal window (regardless which OS the program is run on) for both players so that the board is saved within a variable but the other player cannot scroll up to see where they placed their pieces. clearing the current terminal completely so that neither player could scroll and see the other player's board. I am aware of the unix 'clear'