[issue40708] Clearing the screen of IDLE interactive mode in Windows

Sanmitha report at bugs.python.org
Thu May 21 04:24:33 EDT 2020


Sanmitha <sanmithasadhishkumar at gmail.com> added the comment:

Clearing the screen of IDLE interactive mode using the following code:
import os
os.system("cls")
It doesn't clear the screen in Windows

----------
title: Malfunctioning of '\r' -> Clearing the screen of IDLE interactive mode in Windows

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40708>
_______________________________________


More information about the Python-bugs-list mailing list