CBSE Class 11 Informatics Practices Question 24 of 102

Python Programming Fundamentals — Question 1

Back to all questions
1
Question

Question 1

Which of the following are not the fundamental building blocks of a Python program?

  1. Identifiers
  2. Constants
  3. Keywords
  4. Errors
Answer

Errors

Reason — The fundamental building blocks of a Python program include identifiers, constants, and keywords. Errors, on the other hand, are issues that arise during program execution due to mistakes in the code.