Computer Science, asked by molicule6232, 1 year ago

what is different between a keyword and identifier

Answers

Answered by Raaz1000
9
Difference Between Keyword and Identifier.

Every language has keywords and identifiers, which are only understood by its compiler. Keywords are predefined reserved words, which possess special meaning. Each keyword defines the “type” declared data.
Answered by nehaelsa14
38

Answer:

KEYWORDS: The reserved words of python which have a special fixed meaning for the interpreter are called keywords. No keyword can be used as an identifier.

IDENTIFIERS: The name of any variable constant function or module is called an identifier.

HOPE IT HELPS YOU

Similar questions