clear in screen in python code example Example: clear screen python Import os os.system("clear") # Linux - OSX os.system("cls") # Windows