Respuesta :
Answer: The original program file, as well as the preprocessor and the output of the compiler, are all text files. When you try to start a program, the operating system generates a new process (complete resource), load the image executable in memory and then run the process.
Explanation: B
Answer:
B. Bytecode only
Explanation:
Python is an interpreted language, which means the source code of a Python program is converted into bytecode that is then executed by the Python virtual machine.