|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/implicit-joining.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/line-structure.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/indentation.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/genindex.html| ]]
|
Previous: 2.1.5 Implicit line joining Up: 2.1 Line structure Next: 2.1.7 Indentation
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.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/implicit-joining.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/line-structure.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/indentation.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/genindex.html| ]]
|
Previous: 2.1.5 Implicit line joining Up: 2.1 Line structure Next: 2.1.7 Indentation
See About this document... for information on suggesting changes.