import os clearScreen = lambda: os.system('cls' if os.name == 'nt' else 'clear') def get_args(text: str) -> list: return text.split(" ")