Skip to content

Latest commit

 

History

History
35 lines (19 loc) · 495 Bytes

File metadata and controls

35 lines (19 loc) · 495 Bytes

Ast Example1

Question

Example of the Abstract Syntax Tree representation.

Solution

.. literalinclude:: ../../languages/python/design_ast_example1.py
   :language: python
   :tab-width: 4

.. runcode:: ../../languages/python/design_ast_example1.py
   :language: python
   :codesite: ideone

Explanation

.. seealso::

   * :python-suggest-improve:`design_ast_example1 .py`
   * :python-better-explain:`design_ast_example1 .rst`