

InterviewSolution
Saved Bookmarks
1. |
What are tokens in python how many types of tokens are allowed in python explain with examples |
Answer» tokens are smallest individual units in programming.types are:- variable- identifier- keyword- datatype- operater- punctuater- literals | |