User:Kibje: Difference between revisions

From Official Kodi Wiki
Jump to navigation Jump to search
No edit summary
(Replaced content with "Boo!")
Line 1: Line 1:
<syntaxhighlight line='line' highlight=4>
Boo!
def quickSort(arr):
less = []
pivotList = []
more = []
if len(arr) <= 1:
return arr
else:
pass
</syntaxhighlight>

Revision as of 11:30, 10 July 2018

Boo!