All I wanted to ask that if i want to clear screen in IDLE what method I can use to clear it without closing it. For e.g. I print this statement using:-
print("Prabal Tiwari")
after getting output of this I want to clear the console without closing it. Just like we use "clear" on ubuntu terminal.