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, 8 months ago
- 2 answers
Yogita Ingle 4 years, 8 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 Anchal Ratna 1 year, 2 months ago
- 1 answers
Posted by Account Deleted 1 year, 2 months ago
- 1 answers
Posted by Gowri Menon .Menon 10 months, 2 weeks ago
- 0 answers
Posted by Samyak Jain 1 year, 1 month ago
- 0 answers
Posted by Anshika Maurya 9 months, 3 weeks ago
- 0 answers
Posted by Gopall Mahato 10 months, 1 week ago
- 0 answers
Posted by Abi S 1 year ago
- 0 answers
Posted by Jaspreet Sethi 10 months, 3 weeks ago
- 0 answers
Posted by T Kumaran 11 months, 2 weeks 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, 8 months ago
0Thank You