Computer Science, asked by akshayudhayaa14, 9 months ago

"python is interpreted high level language”? what does it mean to you​

Answers

Answered by neerchaudhary9
39

Explanation:

Python is an “interpreted” language. This means it uses an interpreter. An interpreter is very different from the compiler. An interpreter executes the statements of code “one-by-one” whereas the compiler executes the code entirely and lists all possible errors at a time.

Answered by maya2424puma
16

Python is an “interpreted” language. This means it uses an interpreter. ... That's why python shows only one error message even though your code has multiple errors

Hope it helps you ☺️

Similar questions