culTest

    One of the 50 questions in this topic

    How much do you know about Python?

    What type of language is Python?

    Answers

    Compiled programming language
    Interpreted programming languageCorrect
    Markup language
    Query language

    Python is an interpreted programming language, which means that the code is executed line by line without the need for prior compilation. An interpreter reads and executes the code directly, making development and debugging easier. This contrasts with compiled languages ​​such as C++ where the code must be converted to machine language before being executed.