Important Notice:

Course Content
Accepting Input from the Console
0/1
Introduction to Python (Chapter-3) M3-R5.1
About Lesson
Identifiers

      Identifiers किसी भी variable, functions या objects को identify करने के लिए unique identity होते हैं जिन्हें उस variable, function या object का नाम भी कहा जाता है। python language में Keywords कभी भी  Identifiers नहीं हो सकते। Identifiers unique एवं case sensitive होते है।

 

Identifiers

      Identifiers are unique identities used to identify any variable, function or object, which is also called the name of that variable, function or object. Keywords can never be identifiers in python language. Identifiers are unique and case sensitive.

error: Content is protected !!