Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 446 Bytes

File metadata and controls

34 lines (19 loc) · 446 Bytes

Traceit

Question

Trace the execution of a python program.

Solution

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

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

Explanation

.. seealso::

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