mirror of
https://github.com/ada-dmitry/prog.l_ada.git
synced 2026-09-24 01:00:15 +00:00
11
This commit is contained in:
+1
-1
@@ -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))
|
||||||
Reference in New Issue
Block a user