Which of the following statements is NOT true about Python?
a) Python is a high-level language.
b) Python can be used for web development
c) Python variables are dynamic type
d) Python is a compiled language

Respuesta :

D

Python is an interpreted language and NOT( a compiled one, )although compilation is a step.

Answer:

D

Explanation:

D, Python is an interpreted one and not a compiled one. While the compiler scans the entire code, interpreters go line-by-line to scan it. For example, if you get a syntax, indentation or any error, you will only get one and not multiple.

Feel free to mark this as brainliest :D

ACCESS MORE