Python Tokens
Python Tokens : 1. Keyword  2. Identifiers  3. Literals  4.operators 1. Keyword : • python keywords are special reserved. words • special meaning to the compiler • each keyword have special meaning  • never use it as variable   variable : data name                   Is symbolic name that is reference an object   Keyword :  False      await       else       import      pass None     break        except    in             raise True      class         finally     is           return and       continue    for          lambda  try as         def             from...
 
   
   
   
Comments
Post a Comment
If you have any doubts, please let me know