Python is compiled language. True or False?
Explanation
Compiled languages have a compiler that processes statements written in this particular language and transforms them into machine language (a code that can be executed directly by computer’s processor).
Python does not have such compiler. Python code is translated into machine code during the execution of the program (as opposed to being compiled into it beforehand). Therefore the standard Python is interpreted language.
There exist many different implementations of Python though (CPython, PyPy, IronPython, etc). Some of them come with built-in compilers, some don’t.
But official CPython is byte code interpreted.

Слідкуй за CodeGalaxy

Мобільний додаток Beta

Get it on Google Play
Зворотній Зв’язок
Продовжуйте вивчати
тести з Python
Cosmo
Зареєструйся Зараз
або Підпишись на майбутні тести