1 Python Identifiers
1 Python Identifiers
OBJECTIVES
• Students will be able to learn about Python Keywords and
Identifiers.
• Learn the different rules in naming an identifier.
• Differentiate the valid and invalid identifiers in Python.
Python Keywords and Identifiers
For example,
language = 'Python‘