Back

Explore Courses Blog Tutorials Interview Questions
0 votes
2 views
in Python by (50.2k points)
How can I clear python's IDLE window? Any suggestions?

1 Answer

0 votes
by (108k points)

Please to inform you that the "cls" and "clear" are the codes that will clear a terminal window. From your problem description, I think you are practicing on the shell within IDLE, which won't be affected by such things. Unluckily, there is no way to clear the screen in IDLE. The most genuine thing you can do is to scroll the screen down lots of lines.

For information, kindly refer to the python tutorial.

Related questions

0 votes
1 answer
0 votes
4 answers
0 votes
1 answer
asked Sep 25, 2019 in Python by Sammy (47.6k points)
0 votes
1 answer
0 votes
1 answer

Browse Categories

...