import os if running_windows == True: os.system('CLS') elif running_linux == True: os.system('clear')