python claire stdout

import os
os.system('cls')    # windows
os.system('clear')  # linux
Arrogant Ape