what is the difference between key words and identifiers in python
Answers
Answered by
4
Explanation:
NO. Keywords are predefined word that gets reserved for working progs that have special meaning and cannot get used anywhere else. Identifiers are the values used to define different programming items such as variables, integers, structures, unions and others and mostly have an alphabetic character.
IT'S PANDIT MANISH
Answered by
6
hope this answer helps you:)
Attachments:
Similar questions