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