# Function splits list into two lists. # If it has an odd amount of elements, then the first array should have more elements. # If it has no elements, then two empty arrays should be returned.