Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 470 Bytes

File metadata and controls

34 lines (19 loc) · 470 Bytes

Try Except

Question

Demonstrate try except statement in python.

Solution

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

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

Explanation

.. seealso::

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