Why is python called interpreted language?
Answers
Answered by
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