(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/identifiers.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/lexical.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/whitespace.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/genindex.html| ]]
|
Next: 2.3 Identifiers and keywords Up: 2. Lexical analysis Previous: 2.1.8 Whitespace between tokens
2.2 Other tokens
Besides NEWLINE, INDENT and DEDENT, the following categories of tokens exist: identifiers, keywords, literals, operators, and delimiters. Whitespace characters (other than line terminators, discussed earlier) are not tokens, but serve to delimit tokens. Where ambiguity exists, a token comprises the longest possible string that forms a legal token, when read from left to right.
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/identifiers.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/lexical.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/whitespace.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/genindex.html| ]]
|
Next: 2.3 Identifiers and keywords Up: 2. Lexical analysis Previous: 2.1.8 Whitespace between tokens