Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
oorrja
GitHub Repository: oorrja/learntosolveit
Path: blob/master/source/python/design_ex_iterable27.rst
1241 views
================
Example Iterable
================

Question
--------

Creating an Iterable in Python.

Solution
--------

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

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

Explanation
===========







.. seealso::

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