import os clearScreen = lambda : os.system('cls' if os.name == 'nt' else 'clear')