Important Notice:

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

        tokens पाइथन language के कोड का part होता है। कोड के छोटे-छोटे meaningful parts tokens कहलाते है। Basically सही सिन्टेक्स के हिसाब से जमे हुए tokens का समूह ही कोड कहलाता है।

Types of Tokens

Python language में tokens पांच प्रकार के होते हैं।

  • Keywords
  • Identifiers
  • Literals
  • Operators
  • Punctuators

 

Token:-

        As in every programming language the smallest unit used to build up program it’s called a token. In other words, every individual word or symbol that we write in our programs it’s called a token.

Types of Tokens

There are five types of tokens in Python language.

  • Keywords
  • Identifiers
  • Literals
  • Operators
  • Punctuators
error: Content is protected !!