(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/atom-identifiers.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/expressions.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/conversions.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/genindex.html| ]]
|
Next: 5.2.1 Identifiers (Names) Up: 5. Expressions Previous: 5.1 Arithmetic conversions
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
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/atom-identifiers.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/expressions.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/conversions.html| ]]
|
Python Reference Manual
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/contents.html| ]]
|
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/genindex.html| ]]
|
Next: 5.2.1 Identifiers (Names) Up: 5. Expressions Previous: 5.1 Arithmetic conversions
Send comments on this document to python-docs@python.org.