def bubble_sort(list_data: list, length: int = 0) -> list: length = length or len(list_data) swapped
京公网安备 11010502049817号