How do I clear the console

I am working on a bot built with python
So far it’s going well but until I get farther along I can only print the answers through a windows console, which leads to lots of lines being printed in there.
My question is, how do I clear the console?

Hello, @8-bitgaming. Check out https://www.csestack.org/clear-python-interpreter-console/

2 Likes

Thank you, worked like a charm.

1 Like