From ba94126376dd2573f158d31595f659187c33d48a Mon Sep 17 00:00:00 2001 From: ada-dmitry Date: Sun, 26 Mar 2023 11:09:33 +0300 Subject: [PATCH] 11 --- PL/SortVibor.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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