Hello,
I am new to python and I find it odd that their is not a "clear screen" command
for the IDLE window.I am in windows 10
I can do:
>>>import os
>>>os.system('cls')
The window flashs and tries to clear the screen but fails.
Please help.
Lee Caraway PhD_______________________________________________ IDLE-dev mailing list [email protected] https://mail.python.org/mailman/listinfo/idle-dev
