GNU Info

Info Node: (python2.1-ref.info)Keywords

(python2.1-ref.info)Keywords


Next: Reserved classes of identifiers Prev: Identifiers and keywords Up: Identifiers and keywords
Enter node , (file) or (file)node

Keywords
--------

The following identifiers are used as reserved words, or _keywords_ of
the language, and cannot be used as ordinary identifiers.  They must be
spelled exactly as written here:

     and       del       for       is        raise
     assert    elif      from      lambda    return
     break     else      global    not       try
     class     except    if        or        while
     continue  exec      import    pass
     def       finally   in        print


automatically generated by info2www version 1.2.2.9