""" #Importations import math totalInv = 0 #Method to split arrays to base case def divideSort(arr): half = int(len(arr) / 2) left = [] rig