New submission from Sanmitha <sanmithasadhishku...@gmail.com>:

Clearing the screen of IDLE interactive mode using the following code:
import os
os.system("cls")
It doesn't clear the screen in Windows. Actually these two statements have no 
effect at all.

----------
Added file: https://bugs.python.org/file49178/Error_clearing screen

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue40711>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to