Yurttas/PL/SL/python/docs/core-python-programming/doc/152/ref/atoms.html
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
- 5.2.1 Identifiers (Names)
- 5.2.2 Literals
- 5.2.3 Parenthesized forms
- 5.2.4 List displays
- 5.2.5 Dictionary displays
- 5.2.6 String conversions
Send comments on this document to python-docs@python.org.