(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/indentation.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/other-tokens.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.7 Indentation Up: 2.1 Line structure Next: 2.2 Other tokens
2.1.8 Whitespace between tokens
Except at the beginning of a logical line or in string literals, the whitespace characters space, tab and formfeed can be used interchangeably to separate tokens. Whitespace is needed between two tokens only if their concatenation could otherwise be interpreted as a different token (e.g., ab is one token, but a b is two tokens).
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/indentation.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/other-tokens.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.7 Indentation Up: 2.1 Line structure Next: 2.2 Other tokens
See About this document... for information on suggesting changes.