Question: Python code is written at a high level, so that humans can understand it, but is executed by the cpu in a lower level machine
Python code is written at a high level, so that humans can understand it, but is executed by the cpu in a lower level machine language. What steps does the python interpreter take to execute a python script? Pre-processing, Compilation, Assembly, Linking Parse, Load-classes, Compile, Translate to byte-code, Execute Pre-process, Compile, Link Syntax check, Translate to byte-code, Execute
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
