Example of the Abstract Syntax Tree representation.
.. literalinclude:: ../../languages/python/design_ast_example1.py :language: python :tab-width: 4
.. runcode:: ../../languages/python/design_ast_example1.py :language: python :codesite: ideone
.. seealso:: * :python-suggest-improve:`design_ast_example1 .py` * :python-better-explain:`design_ast_example1 .rst`