Terminal clair dans Python

import os
os.system('cls' if os.name == 'nt' else 'clear')
Calm Crocodile