Report Bug
Qus : In which language is Python written?
Qusपायथन किस भाषा में लिखा गया है?

A. English
B. PHP
C. C
D. All of the above


Solution
C. C



Explanation

Python itself is primarily written in the C programming language. The standard implementation of Python, often referred to as CPython, is written in C. CPython is the reference implementation and the most widely used version of Python.




Report Bug