CBSE Class 11 Computer Science Question 88 of 98

Python Programming Fundamentals — Question 2

Back to all questions
2
Question

Question 2

An identifier must be a keyword of Python.

Answer

False

Reason — An identifier cannot be a Python keyword. Keywords are reserved words with special meanings and cannot be used as identifiers.