python interpreter hoe to cls console code example Example: python interpreter clear screen import os # Windows os.system('cls') # Linux os.system('clear')