Demonstrate the merge sort sorting algorithm in Python.
.. literalinclude:: ../../languages/python/algorithm_mergesort.py :language: python :tab-width: 4
.. runcode:: ../../languages/python/algorithm_mergesort.py :language: python :codesite: ideone
.. seealso:: * :python-suggest-improve:`algorithm_mergesort.py` * :python-better-explain:`algorithm_mergesort.rst`