cls without enter python code example Example: how to clear console python import os os.system('cls' if os.name == 'nt' else 'clear')