i wrote the following programming; after running it, the result is not correct. So what is wrong with my code?
def mergesort(list1): if len(list1) > 1: