Base language of Python

后端 未结 6 517
南旧
南旧 2021-01-30 06:33

What is the base language Python is written in?

6条回答
  •  野性不改
    2021-01-30 07:01

    The sources are public. Python is written in C (actually the default implementation is called CPython).

提交回复
热议问题