InterviewSolution
Saved Bookmarks
| 1. |
What about the python theory note |
|
Answer» tion:The source code of a Python program is translated or (PARTIALLY) COMPILED to a “bytecode” form of a Python “process VIRTUAL MACHINE” language. This is in distinction to C code which is compiled to cpu-machine code before runtime. Python is a “dynamically TYPED” programming language..... |
|