Skip to content

Latest commit

 

History

History
34 lines (19 loc) · 548 Bytes

File metadata and controls

34 lines (19 loc) · 548 Bytes

Generator countdown

Question

Generator demonstrating countdown from a particular value.

Solution

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

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

Explanation

.. seealso::

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