List of questions
Related questions
Question 34 - JN0-223 discussion
What is the correct sequence for Python script execution?
A.
The code is translated to byte code, the byte code is executed in runtime, and then the code is interpreted.
B.
The code is interpreted, the code is translated to byte code, and then the byte code is executed in runtime.
C.
The code is translated to byte code, the code is interpreted, and then the byte code is executed in runtime.
D.
The byte code is executed in runtime, the code is interpreted, and then the code is translated to byte code.
Your answer:
0 comments
Sorted by
Leave a comment first