The quiz where the difficulty automagically adapts to the player's Python knowledge
This is a question page. You can use this page to bookmark a question. Start a new quiz!
Question #80
CPython is both compiled and interpreted. When CPython is asked to run code, it first: compiles the code the bytecode (.pyc files). Bytecode is platform-independent. Then, CPython routes the bytecode to the Python Virtual Machine (PVM) for execution. The PVM is an interpreter, that can be seen as the runtime engine of Python. (stackoverflow.com/questions/6889747/is-python-interpreted...)
CPython is:
— The Python Quiz (@thepythonquiz) July 4, 2020
interpreted.
compiled.
Both.#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅