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 .
Table of Contents
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.