Merge-Sort A simple python code to sort lists by splitting the lists and handling each split lists and finally merging it to display the finished sorted list.