Which of the following are the
fundamental building blocks of
a Python program?
Identifiers
O Constants
O Tokens
O Punctuators
Answers
Answered by
1
Identifiers are the fundamental building blocks of a Python program.
- In the field of Python program, Identifiers can be described as names which are given to variables that are user-defined.
- Other fundamental building blocks of python program are keywords, identifiers, statements, indentation, and documentation.
- Python can be described as a high level programming language.
Similar questions