Yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/expressions.html

From ZCubes Wiki
Revision as of 20:09, 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/20/ref/exceptions.html|[[Image:yurttas_P...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search


5. Expressions

This chapter explains the meaning of the elements of expressions in Python.

Syntax Notes: In this and the following chapters, extended BNF notation will be used to describe syntax, not lexical analysis. When (one alternative of) a syntax rule has the form

name:           othername

and no semantics are given, the semantics of this form of name are the same as for othername.


Subsections


See About this document... for information on suggesting changes.