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

Revision as of 20:08, 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/implicit-joining.html|[[Image:yur...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


2.1.6 Blank lines

A logical line that contains only spaces, tabs, formfeeds and possibly a comment, is ignored (i.e., no NEWLINE token is generated). During interactive input of statements, handling of a blank line may differ depending on the implementation of the read-eval-print loop. In the standard implementation, an entirely blank logical line (i.e. one containing not even whitespace or a comment) terminates a multi-line statement.


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