我也来一段
▼python复制代码 def bubbleSort(list): for i in range(len(list)-1,0,-1):...
def bubbleSort(list): for i in range(len(list)-1,0,-1):...