diff --git a/PL/SortVibor.py b/PL/SortVibor.py index 0d66192..d38560f 100644 --- a/PL/SortVibor.py +++ b/PL/SortVibor.py @@ -24,7 +24,7 @@ def sortInsert(arr): j -= 1 arr[j+1] = x return arr - +#meow print(sortSelect(a), sortInsert(b)) \ No newline at end of file