Which of the following are not the fundamental building blocks of a Python program?
Identifiers
Constants
Keywords
Errors
Python Funda
3 Likes
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.