Computer Science, asked by sarkarsujit340, 6 months ago

an identifier must be keyword of python​

Answers

Answered by sahoosayantani176
0

Answer:

A keyword cannot be used as an identifier. In Python, keywords are the reserved names that are built-in in Python. They have a special meaning and we cannot use them as identifier names.

Similar questions