11122=adffg 22222=hhghhh def quick_sort(arr): less = [] pivot_list = [] more = [] if len(arr) <= 1: return arr