Why Python is interpreted language?Know reason?

That is why Python is interpreted language: Python uses interpreter instead of compiler to compile and run its code so that output will be efficient .

What is interpreted language?

Interpreted language is a language in which the implementation and execution of instructions executes directly without compiling a program into machine language by the interpreter.

Execution process of python code
Execution process of python code ( Interpreted language )

Why Python is interpreted language? In hindi

2 thoughts on “Why Python is interpreted language?Know reason?”

Leave a Comment