list the languages in order from highest level to lowest.\npython, binary, bytecode\nbinary, python…

list the languages in order from highest level to lowest.\npython, binary, bytecode\nbinary, python, bytecode\npython, bytecode, binary\nbinary, bytecode, python
Answer
Brief Explanations:
Python is a high - level programming language. Bytecode is an intermediate representation between high - level source code and machine - level binary code. Binary is the lowest - level language directly understandable by the computer's hardware. So the order from highest to lowest level is Python, bytecode, binary.
Answer:
Python, bytecode, binary