Hi I am trying to make a merge sort algorithm in python. I want to do it as functional as possible and avoid loops and assignments as much as possible. Right now my function is