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

Question
--------

TODO: Change to correct program.

Solution
--------

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

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

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





.. seealso::

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