Frage im Vorstellungsgespräch bei Cyware

is python an interpreted language or compiled?

Antwort im Vorstellungsgespräch

Anonym

3. Okt. 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.