SyntaxFix
Write A Post
Hire A Developer
Questions
If you mean the screen where you have that interpreter prompt >>> you can do CTRL+L on Bash shell can help. Windows does not have equivalent. You can do
>>>
import os os.system('cls') # on windows
or
os.system('clear') # on linux / os x