Command to clean screen in PyScripter?

pyscripter, python

Solution

Goto pyscripter menus and check the box for clear output before run. Tools>Options > IDE options > Python interpreter > Clear output before run.

Very useful in interactive sessions.

Problem

Is there a single command to clean the screen of the Python Interpreter every time one runs a code in PyScripter? thanks,

Original source