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 #81
Cython is both a programming language and a compiler. Cython source code files have a .pyx extension. At runtime, Cython code is converted to C/C++ code. Then, this code is compiled into extension easily consumed by Python. (cython.org)
Which statement is wrong?
— The Python Quiz (@thepythonquiz) June 2, 2020
Cython code is compiled to bytecode at runtime.
Cython is a programming language.
Cython is a compiler.
CPython is a Python implementation written in C.
The Cython compiler is written in Python.#python #python3 #pythonprogramming #learnpython
Question difficulty: π΅π΅π΅π΅π΅