|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/atom-identifiers.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/expressions.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/conversions.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: 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
Subsections
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/atom-identifiers.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/expressions.html| ]]
|
[[yurttas/PL/SL/python/docs/core-python-programming/doc/16/ref/conversions.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: 5.2.1 Identifiers (Names) Up: 5. Expressions Previous: 5.1 Arithmetic conversions