

InterviewSolution
Saved Bookmarks
1. |
What are tokens...? |
Answer» The smallest individual unit in a program is called as\xa0Token\xa0or a\xa0lexical unit.Python has following tokens:Keywords Identifiers Literals Operators Punctuators | |