Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 493 Bytes

File metadata and controls

32 lines (19 loc) · 493 Bytes

Sorting Ex1

Question

Demonstrate sorting and the use of key parameter.

Solution

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

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

Explanation

.. seealso::

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