Pergunta de entrevista da empresa Cyware

is python an interpreted language or compiled?

Resposta da entrevista

Sigiloso

3 de out. de 2021

Python is an interpreted language, which means the source code of a Python program is converted into bytecode that is then executed by the Python virtual machine.