0
How to clear python interpreter
2 Respuestas
+ 3
print("\33[2J")
Will not work in code playground because of limitations of input/output of distant virtual interpreter... and require to look at escape sequences to control terminal/console colors, cursor position, and such stuff if needed ( the previous command clear the screen, but the cursor is not moving at top left screen ^^ )
0
In the Playground area? for the code side (left) press the reset button at the bottom. To clear the results of your code on the right, it resets each time you run the code .