What is CPython?
- It’s the default, reference implementation of the C language, written in Python
- It’s a programming language that is a supperset of the Python, designed to produce C-like performance with code written in Python
- It’s the default, reference implementation of Python, written in the C language
- It’s a programming that is a superset of the C language, designed to produce Python-like performance with code written in C
Explanation & Hint:
CPython is the default, reference implementation of Python, written in the C language. Here’s a more detailed explanation:
The other descriptions you mentioned sound like hypothetical or incorrect definitions that mix elements of different programming concepts or tools. |