Meaning of why python is interpreted language?
Why python is interpreted language
A compiler turns C, C++, or Java code into machine language. Compilation translates high-level code to machine language or another language.Why python is interpreted language preprocessing, compilation, assembly, and linking are required to convert source code to machine language. We'll go step-by-step.
Preprocessing
Compilation begins with preprocessing....
0 Comments
0 Shares