(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/conversions.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/expressions.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/atom-identifiers.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: 5.1 Arithmetic conversions Up: 5. Expressions Next: 5.2.1 Identifiers (Names)
5.2 Atoms
Atoms are the most basic elements of expressions. The simplest atoms are identifiers or literals. Forms enclosed in reverse quotes or in parentheses, brackets or braces are also categorized syntactically as atoms. The syntax for atoms is:
atom: identifier | literal | enclosure
enclosure: parenth_form|list_display|dict_display|string_conversion
Subsections
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/conversions.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/expressions.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/20/ref/atom-identifiers.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: 5.1 Arithmetic conversions Up: 5. Expressions Next: 5.2.1 Identifiers (Names)
See About this document... for information on suggesting changes.