Computer Science, asked by manyasnarayan, 9 months ago

Does python understand high level or low level language? Why do you think so?​

Answers

Answered by GETlost0hell
0

Answer:

Explanation:

When you write Python, for example, it is not a compiled language, but an interpreted one. ... There are low-level and high-level languages. ... Co-author Super Thinking, Traction.

Mark as brainlist

Answered by PixleyPanda
5

Answer:

Explanation:

Python is considered a high level programming language because it is highly abstracted from the Assembly Language used to provide instructions to the CPU. While Assembly Languages are considered low level, they are not the lowest level.

Similar questions