Python efface le texte imprimé

import os
os.system('clear')
Trollboy J