CBSE Class 11 Computer Science
Question 7 of 80
Getting Started with Python — Question 7
Back to all questionsA is false but R is true.
Explanation
Python is not considered the fastest programming language as it is slower than many compiled languages such as C or C++ because it is interpreted rather than compiled. Python is an interpreted language, which means that Python code is executed line by line at runtime by an interpreter, without the need for a separate compilation step to machine code.