How do I clear the screen for the Python Shell?
I am using Python 3.7.2. I know there is a code for clearing the screen in the Python for Windows Terminal. Someone told me to type in "cls" but that returns an error message:
Traceback (most recent call last):
File "<pyshell#2>", line 1, in <module>
cls
NameError: name 'cls' is not defined