Computer Science, asked by krishnavamshi2383, 1 year ago

Why is python called interpreted language?

Answers

Answered by akash498
1
The terms interpreted language and compiled language are not well defined because, in theory, any programming language can be eitherinterpreted or compiled. ... Java and C# are compiled into bytecode, the virtual-machine-friendly interpreted language. Lisp implementations can freely mix interpreted and compiled code.
Similar questions