This commit is contained in:
ada-dmitry
2023-03-26 11:09:33 +03:00
parent 0730476e88
commit ba94126376
+1 -1
View File
@@ -24,7 +24,7 @@ def sortInsert(arr):
j -= 1 j -= 1
arr[j+1] = x arr[j+1] = x
return arr return arr
#meow
print(sortSelect(a), sortInsert(b)) print(sortSelect(a), sortInsert(b))