Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 458 Bytes

File metadata and controls

32 lines (19 loc) · 458 Bytes

Scrmable

Question

Scramble the words in the sentence.

Solution

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

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

Explanation

.. seealso::

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