Commit a07dce58 authored by daidekun's avatar daidekun

return

parent ac399a3e
......@@ -26,4 +26,6 @@ def partList(al, fromIndex, size) {
partTwo = al.subList(fromIndex, size)
print "SubList stored in partTwo: "+partTwo
return [partOne, partTwo]
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment