What do you mean by tokens …
CBSE, JEE, NEET, CUET
Question Bank, Mock Tests, Exam Papers
NCERT Solutions, Sample Papers, Notes, Videos
Posted by Antriksh Kumar 4 years, 3 months ago
- 2 answers
Yogita Ingle 4 years, 3 months ago
Tokens are the smallest unit of the program.
1. keywords
keywords are nothing but a set of special words, which are reserved by Python and have specific meaning.
2. identifier
identifier in Python are nothing but user defined name to represent programmable entity like variable, function, classes, modules or any object.
3. literals
the other built in object in Python are literal. literal can be define as data that is given in a variable or constant. Python has following literal:-
(a) string
(b) numeric
(c) boolean
(d) collection
4. operators
operators are the symbols which performs the operation on some values. these values are known as operand.
Related Questions
Posted by Gowri Menon .Menon 5 months, 2 weeks ago
- 0 answers
Posted by Samyak Jain 8 months, 1 week ago
- 0 answers
Posted by Gopall Mahato 5 months, 1 week ago
- 0 answers
Posted by Account Deleted 10 months ago
- 1 answers
Posted by Anchal Ratna 9 months, 4 weeks ago
- 1 answers
Posted by Anshika Maurya 5 months ago
- 0 answers
Posted by T Kumaran 6 months, 3 weeks ago
- 0 answers
Posted by Jaspreet Sethi 6 months ago
- 0 answers
Posted by Abi S 8 months ago
- 0 answers
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
Ananya Shukla 4 years, 3 months ago
0Thank You