CBSE Class 11 Computer Science Question 22 of 98

Python Programming Fundamentals — Question 1

Back to all questions
1
Question

Question 1

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

  1. Identifiers
  2. Constants
  3. Punctuators
  4. Tokens
Answer

Tokens

Reason — Tokens are the fundamental building blocks of a Python program. They are the smallest elements of a Python script that are meaningful to the interpreter.