Yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/keywords.html

Revision as of 19:26, 7 November 2013 by MassBot1 (talk | contribs) (Created page with "<div class="navigation"> {| width="100%" cellspacing="2" align="center" | yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/id-classes.html|[[Image:yurttas_P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


2.3.1 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