CBSE Class 11 Informatics Practices Question 32 of 102

Python Programming Fundamentals — Question 9

Back to all questions
9
Question

Question 9

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.