Some Background?
I am not using the traditional python IDLE, but Anaconda Spyder (3.8) on a Windows 10 machine. I am looking for a script that clears the screen when called to do so. I have looked it up, but the results are more or less jumbled. I plan to use the script in Spyder and execute it using the IPython Console OR the Anaconda Prompt. I am looking for the smallest, simplest code that is available.
Some Specifications?
Script Editor - Anaconda Spyder (3.8)
IDLE - IPython || Anaconda Powershell
Script - Basic and simple
Okay, that was it for some Backstage Stuff, but here's the real question - How do I clear the console using a Python Script?
P.S. This question is NOT THE SAME as Any way to clear python's IDLE window? .