Using Python 2.7.10 on Windows Machine I tried all of following to clear the interpreter
import os
os.system('cls')
clear()
cls()
cls
clear
but I am not able to clear the interpreter by code while the Clear All
option is already in R-click. Can you please let me know how to do this?