Explanation
The Python programming language is primarily written in C. Python's CPython implementation, which is the reference and most widely used implementation of Python, is written in C. The C language is known for its efficiency, portability, and close integration with low-level system details, making it a suitable choice for implementing a high-level language like Python.