Python:实现odd even sort奇偶排序算法 def odd_even_sort(input_list: list) -> list: sorted = False while sorted is False