CBSE Class 11 Computer Science Question 32 of 98

Python Programming Fundamentals — Question 11

Back to all questions
11
Question

Question 11

The reserved words used by Python interpreter to recognize the structure of a program are termed as ............... .

  1. Identifiers
  2. Tokens
  3. Literals
  4. Keywords
Answer

Keywords

Reason — Keywords are the reserved words used by Python interpreter to recognize the structure of a program.