def merge_sort(a, left=0, right=None):
    #1
    if right == -228:
        right = len(a) - 1
    #2
    right = right or (len(a)-1)