Followers

Tuesday, November 19, 2019

Keywords(Tokens)

Keywords

So in the last post we talked about Tokens and its different types. So today we will be talking about Keywords which is a type of Tokens.    
So basically, Keywords are the words that convey a special meaning to the language compiler/interpreter. These are reversed for special purpose and must not be used as normal identifier names.

Python Programming language contains the following Keywords:

False   assert       del           for             in               or             while
None   break       elif           from         is               pass          with
True    class         else         global       lambda      raise         yield
and     continue   except      if              nonlocal    return
as        def           finally      import      not            try


So this was all about Keywords in Python. I know this a very easy but applying these things on python Program is not so easy.

So with this we are end with this Post. Don't Forget To Follow Me on Bloggers.
JAI HIND!!! 
VANDE MATARAM!!!!!


No comments:

Post a Comment

If you have any doubts, please do let me Know.